]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/real.hh
Imported Upstream version 2.16.0
[lilypond.git] / flower / include / real.hh
index a104454ad54783ea37083fec9390dc00c0ccf1be..ceb1e114f0f8b37a2e78a945267d6c3fb5e0ae50 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
@@ -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;