X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fswallow-perf.cc;h=d24b9339a490d8c5ad754146b171a2bedcfacbbc;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=2bd42dfa5cb44ea8cb69098b2895d7e98cc36dd8;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/swallow-perf.cc b/lily/swallow-perf.cc index 2bd42dfa5c..d24b9339a4 100644 --- a/lily/swallow-perf.cc +++ b/lily/swallow-perf.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #include "performer.hh" @@ -32,7 +32,15 @@ Swallow_performer::Swallow_performer () #include "translator.icc" ADD_TRANSLATOR (Swallow_performer, - /* doc */ "", - /* create */ "", - /* read */ "", - /* write */ ""); + /* doc */ + "", + + /* create */ + "", + + /* read */ + "", + + /* write */ + "" + );