[gnome-builder/wip/libide-merge] whitespace



commit 17613db04a338ec90bc286a3416fc87f65920796
Author: Christian Hergert <christian hergert me>
Date:   Thu Mar 19 15:08:25 2015 -0700

    whitespace

 src/views/gb-view.h |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/views/gb-view.h b/src/views/gb-view.h
index 2442b9a..4d702ee 100644
--- a/src/views/gb-view.h
+++ b/src/views/gb-view.h
@@ -33,21 +33,21 @@ struct _GbViewClass
 {
   GtkBinClass parent;
 
-  gboolean     (*get_can_split)   (GbView *self);
-  GbDocument  *(*get_document)    (GbView *self);
-  const gchar *(*get_title)       (GbView *self);
-  GbView      *(*create_split)    (GbView *self);
+  gboolean     (*get_can_split)   (GbView   *self);
+  GbDocument  *(*get_document)    (GbView   *self);
+  const gchar *(*get_title)       (GbView   *self);
+  GbView      *(*create_split)    (GbView   *self);
   void         (*set_split_view)  (GbView   *self,
                                    gboolean  split_view);
 };
 
-GbView      *gb_view_create_split   (GbView   *self);
-gboolean     gb_view_get_can_split  (GbView   *self);
-GbDocument  *gb_view_get_document   (GbView   *self);
-const gchar *gb_view_get_title      (GbView   *self);
-GtkWidget   *gb_view_get_controls   (GbView   *self);
-void         gb_view_set_split_view (GbView   *self,
-                                     gboolean  split_view);
+GbView      *gb_view_create_split    (GbView   *self);
+gboolean     gb_view_get_can_split   (GbView   *self);
+GbDocument  *gb_view_get_document    (GbView   *self);
+const gchar *gb_view_get_title       (GbView   *self);
+GtkWidget   *gb_view_get_controls    (GbView   *self);
+void         gb_view_set_split_view  (GbView   *self,
+                                      gboolean  split_view);
 
 G_END_DECLS
 


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