_dbus_verbose_real: tidy conditional prototype to not break nesting
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 26 Jul 2011 15:03:20 +0000 (16:03 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 21 Feb 2012 14:50:39 +0000 (14:50 +0000)
commit1e0f4b52bf4e80babc19f2d28fca4aaa92917371
tree4cfb74fc7cdb501f3adbd56f4a216ab1fa79783e
parentbed34738fcfe8d53bd017d79a633e0d94560c17c
_dbus_verbose_real: tidy conditional prototype to not break nesting

The mismatched opening parenthesis caused vim syntax highlighting to
consider every subsequent brace in the file to be an error, which was
pretty annoying.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46095
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
dbus/dbus-internals.c