mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
ps(1): Whitespace cleanup
No functional change (intended).
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 0d320eb5ed)
This commit is contained in:
parent
d0c97ac578
commit
ad94fb48d8
2 changed files with 2 additions and 2 deletions
|
|
@ -274,7 +274,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 &&
|
||||
|
|
|
|||
|
|
@ -1343,7 +1343,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