]> git.donarmstrong.com Git - lilypond.git/commitdiff
Style: clarify "do nothing" macro with {};
authorGraham Percival <gperciva@gperciva-desktop.(none)>
Wed, 6 Oct 2010 16:13:35 +0000 (17:13 +0100)
committerGraham Percival <gperciva@gperciva-desktop.(none)>
Thu, 7 Oct 2010 12:54:22 +0000 (13:54 +0100)
This stops fixcc.py from adding a space in
ASSERT_LIVE_IS_ALLOWED()

lily/include/smobs.hh

index dc06472890407fb5063293ce86741f9b88b1e25e..999f6cf231ea6c0c18f9782f9cb596c47e5286b1 100644 (file)
@@ -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 */