summaryrefslogtreecommitdiff
path: root/src/sysusers
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-15 14:09:29 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-15 14:09:29 +0900
commit7802194ac0286c75e39f74a1624764eb2aa0fd7a (patch)
treea735c8ceb30419e39d9e36420cecde5f45e7187b /src/sysusers
parent9868493e174c3d32b78318170bc98622c0c48f0b (diff)
downloadsystemd-7802194ac0286c75e39f74a1624764eb2aa0fd7a.tar.gz
tree-wide: add missing whitespace at the end of comments
Diffstat (limited to 'src/sysusers')
-rw-r--r--src/sysusers/sysusers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysusers/sysusers.c b/src/sysusers/sysusers.c
index d76556e75d..4131a26c10 100644
--- a/src/sysusers/sysusers.c
+++ b/src/sysusers/sysusers.c
@@ -281,7 +281,7 @@ static int make_backup(const char *target, const char *x) {
if (rename(dst_tmp, backup) < 0)
return errno;
- dst_tmp = mfree(dst_tmp); /* disable the unlink_and_freep() hook now that the file has been renamed*/
+ dst_tmp = mfree(dst_tmp); /* disable the unlink_and_freep() hook now that the file has been renamed */
return 0;
}