systemctl: remove empty line between comment and action
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 28 May 2016 14:50:36 +0000 (10:50 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 28 May 2016 15:48:59 +0000 (11:48 -0400)
It's harder to miss the comment without the newline ;)
See https://github.com/systemd/systemd/pull/3336#issuecomment-221749423
for context.

src/systemctl/systemctl.c

index c301c6a..9c8bfff 100644 (file)
@@ -7841,6 +7841,5 @@ finish:
         release_busses();
 
         /* Note that we return r here, not EXIT_SUCCESS, so that we can implement the LSB-like return codes */
-
         return r < 0 ? EXIT_FAILURE : r;
 }