]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stream-event.hh
grob.cc: rewrite O(n^2) algorithm in Grob::common_refpoint algorithm to O(n)
[lilypond.git] / lily / include / stream-event.hh
index 18b162a17c744978f4faf5714f1b701c1b2e8301..1a9fdd017df15583708f0450ba12dcbfac862c8c 100644 (file)
@@ -30,7 +30,7 @@ public:
   Stream_event ();
   VIRTUAL_COPY_CONSTRUCTOR (Stream_event, Stream_event);
 
-  Stream_event (SCM event_class, SCM mutable_props=SCM_EOL);
+  Stream_event (SCM event_class, SCM mutable_props = SCM_EOL);
   Stream_event (SCM class_name, Input *);
 
   Input *origin () const;