[gtksourceview/wip/chergert/gsv-gtk4: 15/118] types: use spaces for alignment



commit 0f5202c68ea1ae17889d475de9aba7ddebaac45d
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jan 8 19:42:15 2020 -0800

    types: use spaces for alignment
    
    Always use spaces for alignment after characters.

 gtksourceview/gtksourcetypes.h | 64 +++++++++++++++++++++---------------------
 1 file changed, 32 insertions(+), 32 deletions(-)
---
diff --git a/gtksourceview/gtksourcetypes.h b/gtksourceview/gtksourcetypes.h
index 7a24a537..0804f66e 100644
--- a/gtksourceview/gtksourcetypes.h
+++ b/gtksourceview/gtksourcetypes.h
@@ -34,37 +34,37 @@ G_BEGIN_DECLS
  * https://bugzilla.gnome.org/show_bug.cgi?id=679424#c20
  */
 
-typedef struct _GtkSourceBuffer                        GtkSourceBuffer;
-typedef struct _GtkSourceCompletionContext     GtkSourceCompletionContext;
-typedef struct _GtkSourceCompletion            GtkSourceCompletion;
-typedef struct _GtkSourceCompletionInfo                GtkSourceCompletionInfo;
-typedef struct _GtkSourceCompletionItem                GtkSourceCompletionItem;
-typedef struct _GtkSourceCompletionProposal    GtkSourceCompletionProposal;
-typedef struct _GtkSourceCompletionProvider    GtkSourceCompletionProvider;
-typedef struct _GtkSourceEncoding              GtkSourceEncoding;
-typedef struct _GtkSourceFile                  GtkSourceFile;
-typedef struct _GtkSourceFileLoader            GtkSourceFileLoader;
-typedef struct _GtkSourceFileSaver             GtkSourceFileSaver;
-typedef struct _GtkSourceGutter                        GtkSourceGutter;
-typedef struct _GtkSourceGutterRenderer                GtkSourceGutterRenderer;
-typedef struct _GtkSourceGutterRendererPixbuf  GtkSourceGutterRendererPixbuf;
-typedef struct _GtkSourceGutterRendererText    GtkSourceGutterRendererText;
-typedef struct _GtkSourceLanguage              GtkSourceLanguage;
-typedef struct _GtkSourceLanguageManager       GtkSourceLanguageManager;
-typedef struct _GtkSourceMap                   GtkSourceMap;
-typedef struct _GtkSourceMarkAttributes                GtkSourceMarkAttributes;
-typedef struct _GtkSourceMark                  GtkSourceMark;
-typedef struct _GtkSourcePrintCompositor       GtkSourcePrintCompositor;
-typedef struct _GtkSourceSearchContext         GtkSourceSearchContext;
-typedef struct _GtkSourceSearchSettings                GtkSourceSearchSettings;
-typedef struct _GtkSourceSpaceDrawer           GtkSourceSpaceDrawer;
-typedef struct _GtkSourceStyle                 GtkSourceStyle;
-typedef struct _GtkSourceStyleScheme           GtkSourceStyleScheme;
-typedef struct _GtkSourceStyleSchemeChooser    GtkSourceStyleSchemeChooser;
-typedef struct _GtkSourceStyleSchemeChooserButton GtkSourceStyleSchemeChooserButton;
-typedef struct _GtkSourceStyleSchemeChooserWidget GtkSourceStyleSchemeChooserWidget;
-typedef struct _GtkSourceStyleSchemeManager    GtkSourceStyleSchemeManager;
-typedef struct _GtkSourceUndoManager           GtkSourceUndoManager;
-typedef struct _GtkSourceView                  GtkSourceView;
+typedef struct _GtkSourceBuffer                    GtkSourceBuffer;
+typedef struct _GtkSourceCompletionContext         GtkSourceCompletionContext;
+typedef struct _GtkSourceCompletion                GtkSourceCompletion;
+typedef struct _GtkSourceCompletionInfo            GtkSourceCompletionInfo;
+typedef struct _GtkSourceCompletionItem            GtkSourceCompletionItem;
+typedef struct _GtkSourceCompletionProposal        GtkSourceCompletionProposal;
+typedef struct _GtkSourceCompletionProvider        GtkSourceCompletionProvider;
+typedef struct _GtkSourceEncoding                  GtkSourceEncoding;
+typedef struct _GtkSourceFile                      GtkSourceFile;
+typedef struct _GtkSourceFileLoader                GtkSourceFileLoader;
+typedef struct _GtkSourceFileSaver                 GtkSourceFileSaver;
+typedef struct _GtkSourceGutter                    GtkSourceGutter;
+typedef struct _GtkSourceGutterRenderer            GtkSourceGutterRenderer;
+typedef struct _GtkSourceGutterRendererPixbuf      GtkSourceGutterRendererPixbuf;
+typedef struct _GtkSourceGutterRendererText        GtkSourceGutterRendererText;
+typedef struct _GtkSourceLanguage                  GtkSourceLanguage;
+typedef struct _GtkSourceLanguageManager           GtkSourceLanguageManager;
+typedef struct _GtkSourceMap                       GtkSourceMap;
+typedef struct _GtkSourceMarkAttributes            GtkSourceMarkAttributes;
+typedef struct _GtkSourceMark                      GtkSourceMark;
+typedef struct _GtkSourcePrintCompositor           GtkSourcePrintCompositor;
+typedef struct _GtkSourceSearchContext             GtkSourceSearchContext;
+typedef struct _GtkSourceSearchSettings            GtkSourceSearchSettings;
+typedef struct _GtkSourceSpaceDrawer               GtkSourceSpaceDrawer;
+typedef struct _GtkSourceStyle                     GtkSourceStyle;
+typedef struct _GtkSourceStyleSchemeChooserButton  GtkSourceStyleSchemeChooserButton;
+typedef struct _GtkSourceStyleSchemeChooser        GtkSourceStyleSchemeChooser;
+typedef struct _GtkSourceStyleSchemeChooserWidget  GtkSourceStyleSchemeChooserWidget;
+typedef struct _GtkSourceStyleScheme               GtkSourceStyleScheme;
+typedef struct _GtkSourceStyleSchemeManager        GtkSourceStyleSchemeManager;
+typedef struct _GtkSourceUndoManager               GtkSourceUndoManager;
+typedef struct _GtkSourceView                      GtkSourceView;
 
 G_END_DECLS


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