Use {}, not semicolon, when the statement of an "if" does nothing
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 5 Aug 2011 12:40:44 +0000 (13:40 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 19 Sep 2011 12:50:38 +0000 (13:50 +0100)
commit86b0ba0278f527143fe5785ca819e45b94937474
treec1f0bcc17e16505a405c706e7b1e4288941862bb
parentd1756a7e4cbb6ef83b70319ab72a49760f2c227e
Use {}, not semicolon, when the statement of an "if" does nothing

The uses in bus/activation.c are also probably wrong because they ignore
the result of the test, but that's orthogonal.
(<https://bugs.freedesktop.org/show_bug.cgi?id=39858>)
bus/activation.c
dbus/dbus-spawn.c