mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
ps(1): Whitespace cleanup
No functional change (intended). MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ddf144a04b
commit
0d320eb5ed
2 changed files with 2 additions and 2 deletions
|
|
@ -268,7 +268,7 @@ parsefmt(const char *p, int user)
|
|||
/*
|
||||
* If an item contains an equals sign, it specifies a column
|
||||
* header, may contain embedded separator characters and
|
||||
* is always the last item.
|
||||
* is always the last item.
|
||||
*/
|
||||
if (tempstr[strcspn(tempstr, "="FMTSEP)] != '=')
|
||||
while ((cp = strsep(&tempstr, FMTSEP)) != NULL &&
|
||||
|
|
|
|||
|
|
@ -1301,7 +1301,7 @@ saveuser(KINFO *ki)
|
|||
/* A macro used to improve the readability of pscomp(). */
|
||||
#define DIFF_RETURN(a, b, field) do { \
|
||||
if ((a)->field != (b)->field) \
|
||||
return (((a)->field < (b)->field) ? -1 : 1); \
|
||||
return (((a)->field < (b)->field) ? -1 : 1); \
|
||||
} while (0)
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue