chiark / gitweb /
systemctl: style fixes for the previous patch
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 13 Jun 2012 13:52:27 +0000 (15:52 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Wed, 13 Jun 2012 16:42:01 +0000 (18:42 +0200)
commite61a3135e99f349af949520e85d06e7fab4b5d9e
treeaac971680c2a4833d2bf1ce38d83acfd86b45820
parent701cdcb9ee846b3d1629b55a11c61a3343af4874
systemctl: style fixes for the previous patch

Use the usual indentation, bracketing style, and no assignments in ifs.
Since check_listening_sockets provides just optional hints for the user,
don't pass its DBusErrors to the caller.
src/systemctl/systemctl.c