]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/parse-scm.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / parse-scm.hh
index 0322502e16fbcc4acd1ac88f6066794ca246c3d8..ad086061f867e86f61ea1779be5c72d63d294974 100644 (file)
@@ -34,12 +34,13 @@ struct Parse_start
   bool safe_;
   Lily_parser *parser_;
 
-  Parse_start() {
+  Parse_start ()
+  {
     str = 0;
     nchars = 0;
     safe_ = false;
     parser_ = 0;
-  }     
+  }
 };
 
 SCM catch_protected_parse_body (void *);