]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/includable-lexer.cc
release: 0.1.13
[lilypond.git] / lib / includable-lexer.cc
index 4e154051642ee04402bc123bc7c97f42bc4291e7..05d9d9aa4255989744fa539489bd77a50baf9a25 100644 (file)
@@ -60,7 +60,8 @@ Includable_lexer::close_input()
   if (state_stack_.empty()) 
     {
       return false;
-    }else 
+    }
+  else 
       {
        yy_switch_to_buffer(state_stack_.pop());
        return true;