[gnome-builder] libide: whitespace cleanup



commit 89b9b6967f51cbf412b6772de3c08f6632308ecf
Author: Christian Hergert <christian hergert me>
Date:   Wed Mar 4 13:11:32 2015 -0800

    libide: whitespace cleanup

 libide/ide-source-view.h |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/libide/ide-source-view.h b/libide/ide-source-view.h
index d7a80d7..3136835 100644
--- a/libide/ide-source-view.h
+++ b/libide/ide-source-view.h
@@ -158,24 +158,24 @@ struct _IdeSourceViewClass
 {
   GtkSourceViewClass parent_class;
 
-  void (*action)         (IdeSourceView           *self,
-                          const gchar             *prefix,
-                          const gchar             *action_name,
-                          const gchar             *param);
-  void (*movement)       (IdeSourceView           *self,
-                          IdeSourceViewMovement    movement,
-                          gboolean                 extend_selection);
-  void (*jump)           (IdeSourceView           *self,
-                          const GtkTextIter       *location);
-  void (*pop_snippet)    (IdeSourceView           *self,
-                          IdeSourceSnippet        *snippet);
-  void (*push_snippet)   (IdeSourceView           *self,
-                          IdeSourceSnippet        *snippet,
-                          IdeSourceSnippetContext *context,
-                          const GtkTextIter       *location);
-  void (*set_mode)       (IdeSourceView           *self,
-                          const gchar             *mode,
-                          IdeSourceViewModeType    type);
+  void (*action)                      (IdeSourceView           *self,
+                                       const gchar             *prefix,
+                                       const gchar             *action_name,
+                                       const gchar             *param);
+  void (*movement)                    (IdeSourceView           *self,
+                                       IdeSourceViewMovement    movement,
+                                       gboolean                 extend_selection);
+  void (*jump)                        (IdeSourceView           *self,
+                                       const GtkTextIter       *location);
+  void (*pop_snippet)                 (IdeSourceView           *self,
+                                       IdeSourceSnippet        *snippet);
+  void (*push_snippet)                (IdeSourceView           *self,
+                                       IdeSourceSnippet        *snippet,
+                                       IdeSourceSnippetContext *context,
+                                       const GtkTextIter       *location);
+  void (*set_mode)                    (IdeSourceView           *self,
+                                       const gchar             *mode,
+                                       IdeSourceViewModeType    type);
 };
 
 void                        ide_source_view_clear_snippets            (IdeSourceView              *self);


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