[gnome-initial-setup] accounts: Fix a bit of formatting



commit 7712f318544f679b26d5554e43c7e77dd6c2cc1b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Jun 11 19:06:36 2012 -0400

    accounts: Fix a bit of formatting

 gnome-initial-setup/gis-account-page.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gnome-initial-setup/gis-account-page.c b/gnome-initial-setup/gis-account-page.c
index 6cfa750..ce5da25 100644
--- a/gnome-initial-setup/gis-account-page.c
+++ b/gnome-initial-setup/gis-account-page.c
@@ -471,8 +471,7 @@ account_row_activated (GtkTreeView       *tv,
                 set_account_model_row (setup, PANEL_ACCOUNT_ROW_LOCAL, TRUE, NULL);
                 set_account_model_row (setup, PANEL_ACCOUNT_ROW_REMOTE, FALSE, "");
                 show_local_account_dialog (setup);
-        }
-        else {
+        } else {
                 set_account_model_row (setup, PANEL_ACCOUNT_ROW_LOCAL, FALSE, "");
                 set_account_model_row (setup, PANEL_ACCOUNT_ROW_REMOTE, TRUE, NULL);
                 clear_account_page (setup);



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