1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-27 03:21:32 +03:00

systemctl: Fix style nit

This commit is contained in:
Daan De Meyer 2022-09-22 14:42:00 +02:00
parent 445d29766a
commit eff69daa69

View File

@ -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.",