]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input.cc
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / input.cc
index cbb609941fb6924d0a0b9cd33e475da78f5b79d9..6cc8a182a540bdc29ecfe96d763af0dcf70f42b3 100644 (file)
@@ -83,23 +83,22 @@ Input::message (string s) const
 {
   if (source_file_)
     s = location_string () + ": " + s + "\n"
-      + source_file_->quote_input (start_) + "\n";
+        + source_file_->quote_input (start_) + "\n";
   ::message (s);
 }
 
-
 void
 Input::programming_error (string s) const
 {
   if (get_program_option ("warning-as-error"))
     ::error (s);
-  else {
-    message (_f ("programming error: %s", s.c_str ()));
-    message (_ ("continuing, cross fingers") + "\n");
-  }
+  else
+    {
+      message (_f ("programming error: %s", s.c_str ()));
+      message (_ ("continuing, cross fingers") + "\n");
+    }
 }
 
-
 void
 Input::warning (string s) const
 {