From: Zbigniew Jędrzejewski-Szmek Date: Sat, 28 May 2016 14:50:36 +0000 (-0400) Subject: systemctl: remove empty line between comment and action X-Git-Tag: v231~243^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be8386a3e51183738a61cf46dea698ef9d499bae;p=platform%2Fupstream%2Fsystemd.git systemctl: remove empty line between comment and action It's harder to miss the comment without the newline ;) See https://github.com/systemd/systemd/pull/3336#issuecomment-221749423 for context. --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index c301c6a..9c8bfff 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -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; }