]> Dogcows Code - chaz/homebank/blobdiff - src/ext-value.c
revert whitespace fixes
[chaz/homebank] / src / ext-value.c
index 47c4829a01802b5298458861816e8a38c43be769..46eab4031dc122dd3ef976142b44fc1797660a03 100644 (file)
@@ -72,10 +72,10 @@ GValue* EXT_JULIAN(GValue* v, guint32 d)
 #define obj(CTYPE, _2, _3, _4, PREFIX)                  \
 GType PREFIX##get_type()                                \
 {                                                       \
-       static GType type = 0;                              \
-       if (type == 0)                                      \
-               type = g_pointer_type_register_static(#CTYPE);  \
-       return type;                                        \
+    static GType type = 0;                              \
+    if (type == 0)                                      \
+        type = g_pointer_type_register_static(#CTYPE);  \
+    return type;                                        \
 }
 #include "ext-value.h"
 #undef obj
This page took 0.020729 seconds and 4 git commands to generate.