From 84df877933ef6b3b9915e58bf0ca8bd7d92fea3d Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 27 Aug 2012 10:19:39 +0100 Subject: [PATCH] Run fixcc + astyle2.02. --- lily/lily-parser.cc | 8 +++++--- lily/relocate.cc | 3 +-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lily/lily-parser.cc b/lily/lily-parser.cc index 833fe6e158..67b7bcac1f 100644 --- a/lily/lily-parser.cc +++ b/lily/lily-parser.cc @@ -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. diff --git a/lily/relocate.cc b/lily/relocate.cc index 3b6a57b715..7408106d8b 100644 --- a/lily/relocate.cc +++ b/lily/relocate.cc @@ -212,9 +212,8 @@ setup_paths (char const *argv0_ptr) prefix_directory = bindir + "/" + FRAMEWORKDIR; } - lilypond_datadir = prefix_directory - + "/share/lilypond/" TOPLEVEL_VERSION; + + "/share/lilypond/" TOPLEVEL_VERSION; } if (getenv ("LILYPONDPREFIX")) -- 2.39.5