[gnome-builder] plugins/snippets: make gobject output more correct



commit 4da8eec260a3acdf80a7a59fec1da82aca30dea0
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jul 22 15:34:57 2022 -0700

    plugins/snippets: make gobject output more correct
    
    We don't want the extra line unless the user wants to add it.

 src/plugins/snippets/snippets/gobject.snippets | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/plugins/snippets/snippets/gobject.snippets b/src/plugins/snippets/snippets/gobject.snippets
index 380255f41..aa159454c 100644
--- a/src/plugins/snippets/snippets/gobject.snippets
+++ b/src/plugins/snippets/snippets/gobject.snippets
@@ -296,7 +296,6 @@ G_DECLARE_FINAL_TYPE (${1:$filename|stripsuffix|camelize}, ${$1|functify}, ${$1|
 
 $1 *${$1|functify}_new (void);
 $0
-
 G_END_DECLS
 ]]></text>
   </snippet>


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