library: accumulated miscellaneous code/comment tweaks

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2016-11-24 12:12:12 -06:00
committed by Craig Small
parent 57dfe6f92c
commit 8ba07209f0
4 changed files with 6 additions and 6 deletions

View File

@ -1244,7 +1244,7 @@ PROCPS_EXPORT struct vmstat_stack *procps_vmstat_select (
vmstat_extents_free_all(info);
}
if (!info->extents
&& !(vmstat_stacks_alloc(info, 1)))
&& (!vmstat_stacks_alloc(info, 1)))
return NULL;
if (info->dirty_stacks)