misc: remove yet more darn trailing whitespace buildup

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2015-06-29 11:16:52 -05:00 committed by Craig Small
parent c183b18301
commit 336748ecc0
4 changed files with 5 additions and 5 deletions

View File

@ -194,7 +194,7 @@ proc_libprocps_la_include_HEADERS = \
proc/uptime.h \ proc/uptime.h \
proc/version.h \ proc/version.h \
proc/vmstat.h \ proc/vmstat.h \
proc/wchan.h proc/wchan.h
dist_man_MANS += \ dist_man_MANS += \
proc/openproc.3 \ proc/openproc.3 \

View File

@ -121,7 +121,7 @@ unsigned long getbtime(void) {
} }
/* /*
* procps_hertz_get: * procps_hertz_get:
* *
* *

View File

@ -96,7 +96,7 @@ PROCPS_EXPORT int procps_uptime(
} }
/* /*
* procps_uptime_sprint: * procps_uptime_sprint:
* *
* Print current time in nice format * Print current time in nice format
* *
@ -141,7 +141,7 @@ PROCPS_EXPORT char *procps_uptime_sprint(void)
} }
/* /*
* procps_uptime_sprint_short: * procps_uptime_sprint_short:
* *
* Print current time in nice format * Print current time in nice format
* *

2
w.c
View File

@ -378,7 +378,7 @@ static void showinfo(utmp_t * u, int formtype, int maxcmd, int from,
const proc_t *best; const proc_t *best;
long hertz; long hertz;
hertz = procps_hertz_get(); hertz = procps_hertz_get();
for (i = 0; i < UT_LINESIZE; i++) for (i = 0; i < UT_LINESIZE; i++)
/* clean up tty if garbled */ /* clean up tty if garbled */
if (isalnum(u->ut_line[i]) || (u->ut_line[i] == '/')) if (isalnum(u->ut_line[i]) || (u->ut_line[i] == '/'))