diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2015-02-16 12:53:57 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2015-02-16 12:53:57 +0000 |
commit | 4453665b17704284771ecaed313edd0aa81e1714 (patch) | |
tree | e75cf0854f828dbd85b97338b964c09a100d3460 /tools | |
parent | bb950952e63c673904bdd76609cee9d0e2c157ab (diff) |
dbus-monitor: whitespace
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dbus-monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c index a4810760..33414c99 100644 --- a/tools/dbus-monitor.c +++ b/tools/dbus-monitor.c @@ -185,7 +185,7 @@ print_message_profile (DBusMessage *message) if (first) { - profile_print_headers(); + profile_print_headers (); first = FALSE; } |