]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-parser.cc
Run fixcc + astyle2.02.
[lilypond.git] / lily / lily-parser.cc
index 833fe6e1588fc7feea90375adfe1a16f18f06579..67b7bcac1fe7a473471cdf71be42d718d7eb5c37 100644 (file)
@@ -120,9 +120,11 @@ Lily_parser::parse_file (string init, string name, string out_name)
      OUT_FILE (unless IN_FILE redefines output file name).  */
 
   SCM mod = lexer_->set_current_scope ();
-  do {
-    do_yyparse ();
-  } while (!lexer_->is_clean ());
+  do
+    {
+      do_yyparse ();
+    }
+  while (!lexer_->is_clean ());
 
   /*
     Don't mix cyclic pointers with weak tables.