[network-manager-applet/aleksander/mm1-applet] applet: minor coding style fixes



commit 5eee6e5e6d3ed744f4dce026c16065037c158b6c
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Tue Dec 18 12:09:06 2012 +0100

    applet: minor coding style fixes

 src/applet-dialogs.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/applet-dialogs.c b/src/applet-dialogs.c
index 665b3c7..7591385 100644
--- a/src/applet-dialogs.c
+++ b/src/applet-dialogs.c
@@ -135,7 +135,7 @@ get_eap_label (NMSettingWirelessSecurity *sec,
 		g_string_append (str, phase2_str);
 		g_free (phase2_str);
 	}
-	
+
 out:
 	return g_string_free (str, FALSE);
 }
@@ -907,7 +907,7 @@ applet_info_dialog_show (NMApplet *applet)
 }
 
 #if !GTK_CHECK_VERSION(2,23,0)
-static void 
+static void
 about_dialog_handle_url_cb (GtkAboutDialog *about, const gchar *url, gpointer data)
 {
 	gboolean ret;
@@ -1002,7 +1002,7 @@ applet_mobile_password_dialog_new (NMConnection *connection,
 	gtk_box_pack_start (vbox, w, TRUE, TRUE, 0);
 
 #if GTK_CHECK_VERSION(3,1,6)
-        box = GTK_BOX (gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6));
+	box = GTK_BOX (gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6));
 #else
 	box = GTK_BOX (gtk_hbox_new (FALSE, 6));
 #endif



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