]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/guile-init.cc
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / guile-init.cc
index 5f1bb6e27fb6487f8e2d71606d4a1561dce9ba41..df2f192538a648ca283ee96eef85ff6fee9cc279 100644 (file)
@@ -2,7 +2,7 @@
   This file is part of LilyPond, the GNU music typesetter.
 
   Copyright (C) 2006--2011 Han-Wen Nienhuys <hanwen@lilypond.org>
-  
+
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include  "lily-guile.hh"
-#include  "main.hh"
-#include  "warn.hh"
+#include "lily-guile.hh"
+#include "main.hh"
+#include "warn.hh"
 
 /*
   INIT
 */
 
-
 typedef void (*Void_fptr) ();
 vector<Void_fptr> *scm_init_funcs_;
 
@@ -48,7 +47,7 @@ ly_init_ly_module (void *)
     {
       progress_indication ("[");
       scm_display (scm_c_eval_string ("(%search-load-path \"lily.scm\")"),
-                  scm_current_error_port ());
+                   scm_current_error_port ());
       progress_indication ("]\n");
     }