]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-engraver.cc
* lily/accidental-placement.cc (position_accidentals): bugfix in
[lilypond.git] / lily / swallow-engraver.cc
index 4bda0a7ebf1c6ef177375642b7cf68a75c95c3ef..92ced08887665119df3e8557559fc05ca38dbc9d 100644 (file)
@@ -13,7 +13,7 @@
 class Swallow_engraver : public Engraver
 {
 public:
-  TRANSLATOR_DECLARATIONS(Swallow_engraver);
+  TRANSLATOR_DECLARATIONS (Swallow_engraver);
 protected:
   bool try_music (Music*) ;
 };
@@ -30,7 +30,7 @@ Swallow_engraver::Swallow_engraver ()
 {
 }
 
-ENTER_DESCRIPTION(Swallow_engraver,
+ENTER_DESCRIPTION (Swallow_engraver,
 /* descr */       "This engraver swallows everything given to it silently. The purpose of "
                  "this is to prevent spurious \"event junked\" warnings.",
 /* creats*/       "",