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/locale | |
parent | ip-protocol-list: sort headers (diff) | |
download | systemd-f2a3de01167942b6c4f60a2a6742e074baba72fc.tar.xz systemd-f2a3de01167942b6c4f60a2a6742e074baba72fc.zip |
tree-wide: add whitespace between type and variable name
Diffstat (limited to 'src/locale')
-rw-r--r-- | src/locale/localectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c index 34065a98c7..69f5667801 100644 --- a/src/locale/localectl.c +++ b/src/locale/localectl.c @@ -505,7 +505,7 @@ static int localectl_main(sd_bus *bus, int argc, char *argv[]) { 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; |