From e3340714c8aed090357ceaad70ef697b273aae67 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 6 Oct 2010 17:13:35 +0100 Subject: [PATCH] Style: clarify "do nothing" macro with {}; This stops fixcc.py from adding a space in ASSERT_LIVE_IS_ALLOWED() --- lily/include/smobs.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5