]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator.icc
Run fixcc.py with astyle 2.02.
[lilypond.git] / lily / include / translator.icc
index fec5aaacb121f76d7e5d8774e4d66d640328f9eb..4ce8f6902e2fb5a451852389ba6869e00d6d9843 100644 (file)
@@ -36,8 +36,8 @@
   static void _ ## T ## _adder ()                                       \
   {                                                                     \
     T *t = new T;                                                       \
-    T::static_description_ =                                           \
-      scm_permanent_object (t->static_translator_description ());      \
+    T::static_description_ =                                            \
+      scm_permanent_object (t->static_translator_description ());       \
     add_translator (t);                                                 \
   }                                                                     \
   SCM T::translator_description () const                                \