summaryrefslogtreecommitdiffstats
path: root/format.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2022-04-06 16:39:46 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2022-04-06 16:39:46 +0100
commit3a6d82b7c8d4254fa87959d8cf19b313f5e05480 (patch)
tree8a9017893248fb45ad0d6eae473245f1b8a73bfb /format.c
parent0c84a20d2f44db64057f806c270ab1d751030fc1 (diff)
Some style nits.
Diffstat (limited to 'format.c')
-rw-r--r--format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.c b/format.c
index 2e4bceb5..5e04a6a2 100644
--- a/format.c
+++ b/format.c
@@ -2597,7 +2597,7 @@ format_cb_user(__unused struct format_tree *ft)
if ((pw = getpwuid(getuid())) != NULL)
return (xstrdup(pw->pw_name));
- return NULL;
+ return (NULL);
}
/* Format table type. */