]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-group-ctors.cc
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / translator-group-ctors.cc
index 5bde18c6b98119804f460f2c006a3c78ee15494d..42d587dae121117b12564813aa6c3c985b8777d2 100644 (file)
@@ -38,12 +38,12 @@ get_translator_group (SCM sym)
     return new Score_performer ();
 
   error (_f ("fatal error. Couldn't find type: %s",
-            ly_symbol2string (sym).c_str ()));
+             ly_symbol2string (sym).c_str ()));
   scm_flush (scm_current_error_port ());
   scm_display (sym, scm_current_error_port ());
   scm_flush (scm_current_error_port ());
-  
+
   exit (2);
-  
+
   return 0;
 }