summaryrefslogtreecommitdiff
path: root/src/systemctl
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-09-22 14:42:00 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-09-22 14:42:00 +0200
commiteff69daa691cbc51ec4fecdbcfe8cc1710bf8acc (patch)
treee6cc28bc90ccc2521f4d9e645523225687166b8b /src/systemctl
parent445d29766a173836b4f4d0205c6d58eaa254f286 (diff)
downloadsystemd-eff69daa691cbc51ec4fecdbcfe8cc1710bf8acc.tar.gz
systemctl: Fix style nit
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl-enable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl-enable.c b/src/systemctl/systemctl-enable.c
index 730b4a494c..7014f92736 100644
--- a/src/systemctl/systemctl-enable.c
+++ b/src/systemctl/systemctl-enable.c
@@ -23,7 +23,7 @@ static int normalize_filenames(char **names) {
"Non-absolute paths are not allowed when --root is used: %s",
*u);
- if (!strchr(*u,'/'))
+ if (!strchr(*u, '/'))
return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
"Link argument must contain at least one directory separator.\n"
"If you intended to link a file in the current directory, try ./%s instead.",