From: Graham Percival Date: Wed, 6 Oct 2010 16:13:35 +0000 (+0100) Subject: Style: clarify "do nothing" macro with {}; X-Git-Tag: release/2.13.36-1~55 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e3340714c8aed090357ceaad70ef697b273aae67;p=lilypond.git Style: clarify "do nothing" macro with {}; This stops fixcc.py from adding a space in ASSERT_LIVE_IS_ALLOWED() --- diff --git a/lily/include/smobs.hh b/lily/include/smobs.hh index dc06472890..999f6cf231 100644 --- a/lily/include/smobs.hh +++ b/lily/include/smobs.hh @@ -162,7 +162,7 @@ extern bool parsed_objects_should_be_dead; passed_here_once = true;\ } #else -#define ASSERT_LIVE_IS_ALLOWED() +#define ASSERT_LIVE_IS_ALLOWED() {}; #endif #endif /* SMOBS_HH */