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:
Olivier Certner 2025-04-25 20:53:30 +02:00
parent d0c97ac578
commit ad94fb48d8
No known key found for this signature in database
GPG key ID: 8CA13040971E2627
2 changed files with 2 additions and 2 deletions

View file

@ -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 &&

View file

@ -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