expose more info from plugin-strip (for GUI display)
[ardour.git] / libs / ardour / session_events.cc
index f37578114332c0865c7ae8e84e677e884b1d3b13..9d11cb0b9194859c9bebbb3fffc954f120339cb6 100644 (file)
@@ -45,7 +45,7 @@ SessionEvent::init_event_pool ()
 bool
 SessionEvent::has_per_thread_pool ()
 {
-    return pool->has_per_thread_pool ();
+       return pool->has_per_thread_pool ();
 }
 
 void
@@ -79,7 +79,7 @@ SessionEvent::operator new (size_t)
        SessionEvent* ev = static_cast<SessionEvent*> (p->alloc ());
        DEBUG_TRACE (DEBUG::SessionEvents, string_compose ("%1 Allocating SessionEvent from %2 ev @ %3 pool size %4 free %5 used %6\n", pthread_name(), p->name(), ev,
                                                           p->total(), p->available(), p->used()));
-                                                          
+
        ev->own_pool = p;
        return ev;
 }