[gnome-builder] style cleanup



commit 58ed38dc7688edcff3ecc44476cc3e689fb69ea2
Author: Christian Hergert <christian hergert me>
Date:   Fri Dec 26 21:59:43 2014 -0800

    style cleanup

 src/editor/gb-editor-workspace.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/editor/gb-editor-workspace.c b/src/editor/gb-editor-workspace.c
index 59dfd49..d61492b 100644
--- a/src/editor/gb-editor-workspace.c
+++ b/src/editor/gb-editor-workspace.c
@@ -160,7 +160,8 @@ gb_editor_workspace_action_open (GSimpleAction *action,
                          NULL);
 
   if (priv->current_folder_uri)
-    gtk_file_chooser_set_current_folder_uri (GTK_FILE_CHOOSER (dialog), priv->current_folder_uri);
+    gtk_file_chooser_set_current_folder_uri (GTK_FILE_CHOOSER (dialog),
+                                             priv->current_folder_uri);
 
   gtk_dialog_add_buttons (GTK_DIALOG (dialog),
                           _("Cancel"), GTK_RESPONSE_CANCEL,
@@ -183,7 +184,7 @@ gb_editor_workspace_action_open (GSimpleAction *action,
       gchar *file_uri;
       gchar *uri;
 
-      file_uri = gtk_file_chooser_get_uri(GTK_FILE_CHOOSER (dialog));
+      file_uri = gtk_file_chooser_get_uri (GTK_FILE_CHOOSER (dialog));
       uri = g_strdup (dirname (file_uri));
       if (g_strcmp0 (priv->current_folder_uri, uri) != 0)
         {


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