]> granicus.if.org Git - procps-ng/commitdiff
library: miscellaneous tweaks for code and/or comments
authorJim Warner <james.warner@comcast.net>
Tue, 1 Dec 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sat, 12 Mar 2016 03:52:56 +0000 (14:52 +1100)
Summarized below, miscellany addressed in this commit:

. deleted extraneous newline(s) for consistent spacing

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/pids.c

index 726be1acc42eab808ac5cce6f134613467a7a8c4..aa5879873b1128588fb513cc04852c786d8853ef 100644 (file)
@@ -233,7 +233,6 @@ REG_set(TICS_USER,        ull_int, utime)
 REG_set(TICS_USER_C,      ull_int, cutime)
 setDECL(TIME_ALL)     { R->result.ull_int = (P->utime + P->stime) / I->hertz; }
 setDECL(TIME_ELAPSED) { R->result.ull_int = (I->boot_seconds >= (P->start_time / I->hertz)) ? I->boot_seconds - (P->start_time / I->hertz) : 0; }
-
 REG_set(TIME_START,       ull_int, start_time)
 REG_set(TTY,              s_int,   tty)
 setDECL(TTY_NAME)     { char buf[64]; (void)I; dev_to_tty(buf, sizeof(buf), P->tty, P->tid, ABBREV_DEV); R->result.str = strdup(buf); }