diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-12-24 17:41:11 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-12-24 17:56:40 +0100 |
commit | b3a9d980f303ab49614eee336fb9c54e98c9e530 (patch) | |
tree | ffbbf6e04bcd4ba9f15dcd93e1c61cc0ab4ac672 /src/boot | |
parent | tree-wide: insert space after for and switch (diff) | |
download | systemd-b3a9d980f303ab49614eee336fb9c54e98c9e530.tar.xz systemd-b3a9d980f303ab49614eee336fb9c54e98c9e530.zip |
tree-wide: drop space between variable and an increment/decrement
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/bootctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index 4614ca1780..f608e8cc8e 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -324,7 +324,7 @@ static int parse_argv(int argc, char *argv[]) { break; case 'R': - arg_print_root_device ++; + arg_print_root_device++; break; case ARG_NO_VARIABLES: |