]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/real.hh
Run grand-replace (issue 3765)
[lilypond.git] / flower / include / real.hh
index 895bac127535791c02d66eaa3d31978aecfd2ca0..7345079680082673f73bb85760384ea6c3d3adf1 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 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
@@ -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;