]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/arithmetic-operator.hh
Imported Upstream version 2.16.0
[lilypond.git] / flower / include / arithmetic-operator.hh
index a1d6c6d3a3ddccb9f6c05f36c6e0223e8c9276f9..285e9cd350e9158e894581b90556184bf03d47b1 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 #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 */