diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-12-04 16:15:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 16:15:09 +0100 |
commit | 1e9e7196cb803636ac04259953d8c4b81e157bd1 (patch) | |
tree | 6076a66521549a9b1715e441adfc512b87d09496 /src/machine | |
parent | aad1e6be997c7b1edc92ce1f64fc51b3953fbbcc (diff) | |
parent | f2a3de01167942b6c4f60a2a6742e074baba72fc (diff) | |
download | systemd-1e9e7196cb803636ac04259953d8c4b81e157bd1.tar.gz systemd-1e9e7196cb803636ac04259953d8c4b81e157bd1.tar.bz2 systemd-1e9e7196cb803636ac04259953d8c4b81e157bd1.zip |
Merge pull request #11042 from yuwata/tiny-coding-style-fixes
Tiny coding style fixes
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 c5fe01406e..12b8d69cbd 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -3099,7 +3099,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; |