]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-configuration.cc
Run `make grand-replace'.
[lilypond.git] / lily / dot-configuration.cc
index c4cf852d1a7a154d254b4d315745eeafbf5aae15..e2680bd2d2292992b29f7e7febed0edb41ea3767 100644 (file)
@@ -5,7 +5,7 @@
   terms of the GNU General Public License.  LilyPond comes with NO
   WARRANTY.
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "dot-configuration.hh"
@@ -48,7 +48,7 @@ Dot_configuration::print () const
   for (Dot_configuration::const_iterator i (begin ());
        i != end (); i++)
     printf ("%d, ", i->first);
-  printf ("} \n");
+  printf ("}\n");
 }
 
 /*