[gnome-builder] snippets: chdr(gobject): add some space so we can line things up.



commit 68e5889f9c708f1eacb8752bc1f1f8f71d11acbf
Author: Christian Hergert <christian hergert me>
Date:   Tue Sep 23 17:48:44 2014 -0700

    snippets: chdr(gobject): add some space so we can line things up.

 src/resources/snippets/chdr.snippets |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/snippets/chdr.snippets b/src/resources/snippets/chdr.snippets
index 9b72392..e547cad 100644
--- a/src/resources/snippets/chdr.snippets
+++ b/src/resources/snippets/chdr.snippets
@@ -31,8 +31,8 @@ snippet gobject
                $2Class parent;
        };
 
-       GType ${$1|functify}_get_type (void) G_GNUC_CONST;
-       $1 *${$1|functify}_new (void);
+       GType ${$1|space}${$1|functify}_get_type (void) G_GNUC_CONST;
+       $1     *${$1|functify}_new      (void);
        $0
        G_END_DECLS
 


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