NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / pbd / event_loop.cc
index 6506c18be99a1261569453196e4c918540652617..d3f2fe50388b6fb6a52b1aa704ebf19561220d26 100644 (file)
@@ -66,7 +66,7 @@ EventLoop::invalidate_request (void* data)
         * want, and many of the objects we want to do this with already
         * inherit (indirectly) from sigc::trackable.
         */
-       
+
         if (ir->event_loop) {
                Glib::Threads::Mutex::Lock lm (ir->event_loop->slot_invalidation_mutex());
                for (list<BaseRequestObject*>::iterator i = ir->requests.begin(); i != ir->requests.end(); ++i) {