]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/global-ctor.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / global-ctor.hh
index 4e4b3b3da2ab55534636b14782ffd1e8258a93d2..7a7fe101af0e4a4997debba9e212388f4a34fcfb 100644 (file)
 #ifndef GLOBAL_CTOR_HH
 #define GLOBAL_CTOR_HH
 
-#define ADD_GLOBAL_CTOR_WITHNAME(y, x)         \
-  class Global_ctor_ ## y                      \
-  {                                            \
-  public:                                      \
-    Global_ctor_ ## y ()                       \
-      {                                                \
-       add_constructor (x);                    \
-      }                                                \
-  }                                            \
+#define ADD_GLOBAL_CTOR_WITHNAME(y, x)          \
+  class Global_ctor_ ## y                       \
+  {                                             \
+  public:                                       \
+    Global_ctor_ ## y ()                        \
+      {                                         \
+        add_constructor (x);                    \
+      }                                         \
+  }                                             \
     _ ## y ## _ctor_init;
 
 #define ADD_GLOBAL_CTOR(x) ADD_GLOBAL_CTOR_WITHNAME (x, x);