summaryrefslogtreecommitdiff
path: root/src/tmpfiles/test-offline-passwd.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-04-01 22:37:21 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-04-01 22:48:42 +0900
commit798931160ee2b1ceadd4202abf881157bbaadead (patch)
tree6a9051bcc6590d12dedc006b400575c79b6bcdf4 /src/tmpfiles/test-offline-passwd.c
parent72dce85a60d4fda2719b2e759f4d339c16cc3910 (diff)
downloadsystemd-798931160ee2b1ceadd4202abf881157bbaadead.tar.gz
tree-wide: add a space after if, switch, for, and while
Diffstat (limited to 'src/tmpfiles/test-offline-passwd.c')
-rw-r--r--src/tmpfiles/test-offline-passwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpfiles/test-offline-passwd.c b/src/tmpfiles/test-offline-passwd.c
index 5978e69b86..b70cef4753 100644
--- a/src/tmpfiles/test-offline-passwd.c
+++ b/src/tmpfiles/test-offline-passwd.c
@@ -51,7 +51,7 @@ static int parse_argv(int argc, char *argv[]) {
assert_se(argv);
while ((c = getopt_long(argc, argv, "r:", options, NULL)) >= 0)
- switch(c) {
+ switch (c) {
case 'r':
arg_root = optarg;
break;