]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lilypond-version.cc
* flower
[lilypond.git] / lily / lilypond-version.cc
index 95d4c083af26a3c2266a114af807ead97e1e0a08..3996b42c5ebfe8252f720725d963bd9115575e5f 100644 (file)
@@ -4,7 +4,6 @@
   source file of the GNU LilyPond music typesetter
 
   (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
-
 */
 
 #include "lilypond-input-version.hh"
@@ -41,7 +40,7 @@ Lilypond_version::to_string () const
 
 Lilypond_version::operator int () const
 {
-    // ugh
+  // ugh
   return 100000 * major_ + 1000 * minor_ + patch_;
 }