]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-perf.hh
* flower
[lilypond.git] / lily / include / swallow-perf.hh
index 5b2d6ebfab92c41363fc8c93ebd0fc4f7a5d6ebe..ff6c1b7612deebc6d617ce6eb8a15b0481951281 100644 (file)
@@ -6,7 +6,6 @@
   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef SWALLOW_PERF_HH
 #define SWALLOW_PERF_HH
 
@@ -16,9 +15,9 @@ class Swallow_performer : public Performer
 {
 public:
   VIRTUAL_COPY_CONS (Translator);
-  
+
 protected:
-  virtual bool try_music (Music*) { return true; }
+  virtual bool try_music (Music *) { return true; }
 };
 
 #endif // SWALLOW_PERF_HH