[network-manager-applet/NETWORKMANAGER_APPLET_0_7] whitespace cleanup



commit 171e55cf8049dac03176f75edc26fcdecec05fe0
Author: Dan Williams <dcbw redhat com>
Date:   Mon May 4 13:28:36 2009 -0400

    whitespace cleanup
---
 src/applet-dbus-manager.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/applet-dbus-manager.c b/src/applet-dbus-manager.c
index 69774f1..0f00069 100644
--- a/src/applet-dbus-manager.c
+++ b/src/applet-dbus-manager.c
@@ -269,9 +269,9 @@ applet_dbus_manager_init_bus (AppletDBusManager *self)
 	dbus_connection_set_exit_on_disconnect (priv->connection, FALSE);
 
 	priv->proxy = dbus_g_proxy_new_for_name (priv->g_connection,
-											 "org.freedesktop.DBus",
-											 "/org/freedesktop/DBus",
-											 "org.freedesktop.DBus");
+	                                         "org.freedesktop.DBus",
+	                                         "/org/freedesktop/DBus",
+	                                         "org.freedesktop.DBus");
 	if (!priv->proxy) {
 		nm_warning ("Could not get the DBus object!");
 		goto error;
@@ -280,12 +280,12 @@ applet_dbus_manager_init_bus (AppletDBusManager *self)
 	g_signal_connect (priv->proxy, "destroy", G_CALLBACK (destroy_cb), self);
 
 	dbus_g_proxy_add_signal (priv->proxy, "NameOwnerChanged",
-							 G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING,
-							 G_TYPE_INVALID);
+	                         G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING,
+	                         G_TYPE_INVALID);
 	dbus_g_proxy_connect_signal (priv->proxy,
-								 "NameOwnerChanged",
-								 G_CALLBACK (proxy_name_owner_changed),
-								 self, NULL);
+	                             "NameOwnerChanged",
+	                             G_CALLBACK (proxy_name_owner_changed),
+	                             self, NULL);
 	return TRUE;
 
 error:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]