[gnome-builder] sourceview: cleanup whitespace



commit 2e7567bb673968785e264c7683b61fff28692d73
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jan 21 09:54:01 2019 -0800

    sourceview: cleanup whitespace

 src/libide/sourceview/ide-snippet.h | 50 ++++++++++++++++++-------------------
 1 file changed, 24 insertions(+), 26 deletions(-)
---
diff --git a/src/libide/sourceview/ide-snippet.h b/src/libide/sourceview/ide-snippet.h
index 92eb66a9d..1eea0e3fe 100644
--- a/src/libide/sourceview/ide-snippet.h
+++ b/src/libide/sourceview/ide-snippet.h
@@ -37,46 +37,44 @@ IDE_AVAILABLE_IN_3_32
 G_DECLARE_FINAL_TYPE (IdeSnippet, ide_snippet, IDE, SNIPPET, GObject)
 
 IDE_AVAILABLE_IN_3_32
-IdeSnippet        *ide_snippet_new             (const gchar     *trigger,
-                                                const gchar     *language);
+IdeSnippet        *ide_snippet_new                        (const gchar     *trigger,
+                                                           const gchar     *language);
 IDE_AVAILABLE_IN_3_32
-IdeSnippet        *ide_snippet_copy            (IdeSnippet      *self);
+IdeSnippet        *ide_snippet_copy                       (IdeSnippet      *self);
 IDE_AVAILABLE_IN_3_32
-const gchar       *ide_snippet_get_trigger     (IdeSnippet      *self);
+const gchar       *ide_snippet_get_trigger                (IdeSnippet      *self);
 IDE_AVAILABLE_IN_3_32
-void               ide_snippet_set_trigger     (IdeSnippet      *self,
-                                                const gchar     *trigger);
+void               ide_snippet_set_trigger                (IdeSnippet      *self,
+                                                           const gchar     *trigger);
 IDE_AVAILABLE_IN_3_32
-const gchar       *ide_snippet_get_language    (IdeSnippet      *self);
+const gchar       *ide_snippet_get_language               (IdeSnippet      *self);
 IDE_AVAILABLE_IN_3_32
-void               ide_snippet_set_language    (IdeSnippet      *self,
-                                                const gchar     *language);
+void               ide_snippet_set_language               (IdeSnippet      *self,
+                                                           const gchar     *language);
 IDE_AVAILABLE_IN_3_32
-const gchar       *ide_snippet_get_description (IdeSnippet      *self);
+const gchar       *ide_snippet_get_description            (IdeSnippet      *self);
 IDE_AVAILABLE_IN_3_32
-void               ide_snippet_set_description (IdeSnippet      *self,
-                                                const gchar     *description);
+void               ide_snippet_set_description            (IdeSnippet      *self,
+                                                           const gchar     *description);
 IDE_AVAILABLE_IN_3_32
-void               ide_snippet_add_chunk       (IdeSnippet      *self,
-                                                IdeSnippetChunk *chunk);
+void               ide_snippet_add_chunk                  (IdeSnippet      *self,
+                                                           IdeSnippetChunk *chunk);
 IDE_AVAILABLE_IN_3_32
-guint              ide_snippet_get_n_chunks    (IdeSnippet      *self);
+guint              ide_snippet_get_n_chunks               (IdeSnippet      *self);
 IDE_AVAILABLE_IN_3_32
-gint               ide_snippet_get_tab_stop    (IdeSnippet      *self);
+gint               ide_snippet_get_tab_stop               (IdeSnippet      *self);
 IDE_AVAILABLE_IN_3_32
-IdeSnippetChunk   *ide_snippet_get_nth_chunk   (IdeSnippet      *self,
-                                                guint            n);
+IdeSnippetChunk   *ide_snippet_get_nth_chunk              (IdeSnippet      *self,
+                                                           guint            n);
 IDE_AVAILABLE_IN_3_32
-void               ide_snippet_get_chunk_range (IdeSnippet      *self,
-                                                IdeSnippetChunk *chunk,
-                                                GtkTextIter     *begin,
-                                                GtkTextIter     *end);
+void               ide_snippet_get_chunk_range            (IdeSnippet      *self,
+                                                           IdeSnippetChunk *chunk,
+                                                           GtkTextIter     *begin,
+                                                           GtkTextIter     *end);
 IDE_AVAILABLE_IN_3_32
-IdeSnippetContext *ide_snippet_get_context     (IdeSnippet      *self);
-
+IdeSnippetContext *ide_snippet_get_context                (IdeSnippet      *self);
 IDE_AVAILABLE_IN_3_32
-gchar             *ide_snippet_get_full_text   (IdeSnippet      *self);
-
+gchar             *ide_snippet_get_full_text              (IdeSnippet      *self);
 IDE_AVAILABLE_IN_3_32
 void               ide_snippet_replace_current_chunk_text (IdeSnippet      *self,
                                                            const gchar     *new_text);


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