]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/real.hh
Merge branch 'master' into lilypond/translation
[lilypond.git] / flower / include / real.hh
index a104454ad54783ea37083fec9390dc00c0ccf1be..f7847ae7ac36b68244c18a6c66b3c54154379edf 100644 (file)
@@ -29,7 +29,7 @@ typedef double Real;
 extern const Real infinity_f;
 
 /* namespace std { */
-  
+
 template<class T> inline T abs (T x)
 {
   return x > 0 ? x : -x;