X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flistener.hh;h=e0827f8786dc372ceaee9256f159e7d1dbe0c7d5;hb=0f108b36cbf1e3e2168120b3d68997e75158e348;hp=fb69922493ff6877c5c0388e8491346cac56d493;hpb=67e5286be2fdc1cd6d90dfc233663c284ced8ca8;p=lilypond.git diff --git a/lily/include/listener.hh b/lily/include/listener.hh index fb69922493..e0827f8786 100644 --- a/lily/include/listener.hh +++ b/lily/include/listener.hh @@ -82,8 +82,9 @@ public: void listen (SCM ev) const; bool operator == (Listener const &other) const - { return type_ == other.type_ - && (*type_->equal_callback)((void *) target_, (void *) other.target_ ); + { + return type_ == other.type_ + && (*type_->equal_callback) ((void *) target_, (void *) other.target_); } DECLARE_SIMPLE_SMOBS (Listener); @@ -124,7 +125,7 @@ cl :: method ## _listener () const \ inline void name (SCM); \ static void name ## _callback (void *self, SCM ev); \ static void name ## _mark (void *self); \ - static bool name ## _is_equal (void *a, void *b); \ + static bool name ## _is_equal (void *a, void *b); \ Listener name ## _listener () const #endif /* LISTENER_HH */