diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-04 09:29:54 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-04 09:29:54 +0100 |
commit | f2a3de01167942b6c4f60a2a6742e074baba72fc (patch) | |
tree | d8224d339db57c64de5d93035bbc4da610433991 /src/machine | |
parent | b403758ce0e02da69a32d6d695f5f8c6754558e6 (diff) | |
download | systemd-f2a3de01167942b6c4f60a2a6742e074baba72fc.tar.gz |
tree-wide: add whitespace between type and variable name
Diffstat (limited to 'src/machine')
-rw-r--r-- | src/machine/machinectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 5023acb5e2..2c21ba2db3 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -3093,7 +3093,7 @@ static int machinectl_main(int argc, char *argv[], sd_bus *bus) { return dispatch_verb(argc, argv, verbs, bus); } -static int run(int argc, char*argv[]) { +static int run(int argc, char *argv[]) { _cleanup_(sd_bus_flush_close_unrefp) sd_bus *bus = NULL; int r; |