]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lilypond-version.cc
Nitpick run.
[lilypond.git] / lily / lilypond-version.cc
index 3996b42c5ebfe8252f720725d963bd9115575e5f..80db99522595fec08e13bef902572dd7f2e30ef3 100644 (file)
@@ -21,7 +21,7 @@ Lilypond_version::Lilypond_version (String str)
 {
   Array<String> version;
   version = String_convert::split (str, '.');
-  
+
   major_ = version[0].to_int ();
   minor_ = version[1].to_int ();
   patch_ = 0;