[gnome-builder] app: cleanup whitespace



commit 6d553696f3816a3edf6b5157515ea5aff8111959
Author: Christian Hergert <chergert redhat com>
Date:   Sat Apr 2 20:47:55 2016 -0700

    app: cleanup whitespace

 libide/ide-application.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libide/ide-application.c b/libide/ide-application.c
index 2379c76..bc3398f 100644
--- a/libide/ide-application.c
+++ b/libide/ide-application.c
@@ -652,7 +652,7 @@ ide_application_open_project (IdeApplication *self,
 {
   g_return_val_if_fail (IDE_IS_APPLICATION (self), FALSE);
   g_return_val_if_fail (G_IS_FILE (file), FALSE);
-  
+
   if (!g_file_query_exists (file, NULL))
     return FALSE;
 
@@ -661,7 +661,7 @@ ide_application_open_project (IdeApplication *self,
   GtkWindow *window;
   GFile *projectfile;
   IdeWorkbench *workbench = NULL;
- 
+
   list = gtk_application_get_windows (GTK_APPLICATION (self));
 
   for (; list != NULL; list = list->next)
@@ -679,14 +679,14 @@ ide_application_open_project (IdeApplication *self,
 
   if (workbench == NULL)
     {
-      workbench = g_object_new (IDE_TYPE_WORKBENCH, 
+      workbench = g_object_new (IDE_TYPE_WORKBENCH,
                                 "application", self,
                                 NULL);
       ide_workbench_open_project_async (workbench, file, NULL, NULL, NULL);
     }
 
   gtk_window_present (GTK_WINDOW (workbench));
-  
+
   if (ide_workbench_get_context(workbench) != NULL)
     return TRUE;
   else


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