]> granicus.if.org Git - procps-ng/commit
library: tweak formatting for readstat header and code
authorJim Warner <james.warner@comcast.net>
Sun, 28 Jun 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Mon, 29 Jun 2015 11:29:49 +0000 (21:29 +1000)
commit6bb1a033b48161f0dbaae64de1532b043b57c22e
tree4174b52083930e3dfe35c973bea84bc52b949a4e
parentc3fd7473c5e2f8be59b2ac90696e79079f45b5a8
library: tweak formatting for readstat header and code

This patch mostly just eliminates darn tab characters.

Plus the library function declarations and definitions
have been standardized. Most visibly, the input params
now have all been indented on their own separate line.

The following names were changed to more closely match
meminfo.c or provide a certain symmetry. Unfortunately
that also impacted some other pgms which were updated.

. 'procps_stat_get' evolved into 'procps_stat_get_sys'
. 'procps_stat_info' is now known as 'procps_statinfo'

[and just a little trailing whitespace was eliminated]

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/libprocps.sym
proc/readstat.c
proc/readstat.h
ps/output.c
vmstat.c