From 5c80f1534b435ff5c1c9cc88eb9f5c5c1124f82a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 3 Jan 2010 22:47:27 -0500 Subject: Coding style and whitespace cleanup. --- shell/e-shell-nm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell/e-shell-nm.c') diff --git a/shell/e-shell-nm.c b/shell/e-shell-nm.c index c520600769..7f17d9716f 100644 --- a/shell/e-shell-nm.c +++ b/shell/e-shell-nm.c @@ -149,7 +149,8 @@ e_shell_dbus_initialize (EShell *shell) dbus_connection_setup_with_g_main (dbus_connection, NULL); dbus_connection_set_exit_on_disconnect (dbus_connection, FALSE); - if (!dbus_connection_add_filter (dbus_connection, e_shell_network_monitor, shell, NULL)) + if (!dbus_connection_add_filter ( + dbus_connection, e_shell_network_monitor, shell, NULL)) goto exception; check_initial_state (shell); -- cgit v1.2.3