]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/arithmetic-operator.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / flower / include / arithmetic-operator.hh
index a1d6c6d3a3ddccb9f6c05f36c6e0223e8c9276f9..26fcecc19240c8c98a06ee5e7ae03e0c73f77d07 100644 (file)
 #ifndef ARITHMETIC_OPERATOR_HH
 #define ARITHMETIC_OPERATOR_HH
 
-#define IMPLEMENT_ARITHMETIC_OPERATOR(type, op)        \
-  inline type                                  \
-  operator op (type a1, type const &a2)                \
-  {                                            \
-    a1 op ## = a2;                             \
-    return a1;                                 \
+#define IMPLEMENT_ARITHMETIC_OPERATOR(type, op) \
+  inline type                                   \
+  operator op (type a1, type const &a2)         \
+  {                                             \
+    a1 op ## = a2;                              \
+    return a1;                                  \
   }
 
 #endif /* ARITHMETIC_OPERATOR_HH */