[libgweather/ebassi/gtk4: 40/56] Tweak the enum types header template




commit 40c932412c3bb4c714bc33c3d060913e6af790df
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Oct 12 12:15:10 2021 +0100

    Tweak the enum types header template
    
    Don't bunch up everything together: we can spare a newline between
    enumeration types.

 libgweather/gweather-enum-types.h.tmpl | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/libgweather/gweather-enum-types.h.tmpl b/libgweather/gweather-enum-types.h.tmpl
index 08ffd142..b3310392 100644
--- a/libgweather/gweather-enum-types.h.tmpl
+++ b/libgweather/gweather-enum-types.h.tmpl
@@ -17,11 +17,13 @@ G_BEGIN_DECLS
 /*** END file-production ***/
 
 /*** BEGIN value-header ***/
+
 _GWEATHER_EXTERN
 GType @enum_name@_get_type (void) G_GNUC_CONST;
 #define GWEATHER_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
 /*** END value-header ***/
 
 /*** BEGIN file-tail ***/
+
 G_END_DECLS
 /*** END file-tail ***/


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