pmap: correct heading misalignment of VmFlags with -XX
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
1c597b58ef
commit
8072b6aa84
2
pmap.c
2
pmap.c
@ -433,7 +433,7 @@ loop_end:
|
|||||||
justify_print(listnode->description, listnode->max_width, 1);
|
justify_print(listnode->description, listnode->max_width, 1);
|
||||||
|
|
||||||
if (has_vmflags && is_enabled("VmFlags"))
|
if (has_vmflags && is_enabled("VmFlags"))
|
||||||
printf(" %*s", maxwv, "VmFlags");
|
printf(" %*s", maxwv, "VmFlags ");
|
||||||
|
|
||||||
if (is_enabled(nls_Mapping))
|
if (is_enabled(nls_Mapping))
|
||||||
justify_print(nls_Mapping, 0, 0);
|
justify_print(nls_Mapping, 0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user