misc: remove yet more darn trailing whitespace buildup
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
c183b18301
commit
336748ecc0
@ -194,7 +194,7 @@ proc_libprocps_la_include_HEADERS = \
|
||||
proc/uptime.h \
|
||||
proc/version.h \
|
||||
proc/vmstat.h \
|
||||
proc/wchan.h
|
||||
proc/wchan.h
|
||||
|
||||
dist_man_MANS += \
|
||||
proc/openproc.3 \
|
||||
|
@ -121,7 +121,7 @@ unsigned long getbtime(void) {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
/*
|
||||
* procps_hertz_get:
|
||||
*
|
||||
*
|
||||
|
@ -96,7 +96,7 @@ PROCPS_EXPORT int procps_uptime(
|
||||
}
|
||||
|
||||
/*
|
||||
* procps_uptime_sprint:
|
||||
* procps_uptime_sprint:
|
||||
*
|
||||
* 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
|
||||
*
|
||||
|
2
w.c
2
w.c
@ -378,7 +378,7 @@ static void showinfo(utmp_t * u, int formtype, int maxcmd, int from,
|
||||
const proc_t *best;
|
||||
long hertz;
|
||||
|
||||
hertz = procps_hertz_get();
|
||||
hertz = procps_hertz_get();
|
||||
for (i = 0; i < UT_LINESIZE; i++)
|
||||
/* clean up tty if garbled */
|
||||
if (isalnum(u->ut_line[i]) || (u->ut_line[i] == '/'))
|
||||
|
Loading…
Reference in New Issue
Block a user