udev: fix indentation

Follow-up for 90e30d767a.
This commit is contained in:
Yu Watanabe 2020-09-10 13:11:17 +09:00
parent 293772c27a
commit c799c93c62
1 changed files with 1 additions and 2 deletions

View File

@ -118,8 +118,7 @@ int udev_builtin_run(sd_device *dev, UdevBuiltinCommand cmd, const char *command
if (!builtins[cmd])
return -EOPNOTSUPP;
r = strv_split_full(&argv, command, NULL,
EXTRACT_UNQUOTE | EXTRACT_RELAX | EXTRACT_RETAIN_ESCAPE);
r = strv_split_full(&argv, command, NULL, EXTRACT_UNQUOTE | EXTRACT_RELAX | EXTRACT_RETAIN_ESCAPE);
if (r < 0)
return r;