NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / surfaces / osc / osc_controllable.cc
index ce86c8aee78a98c445e8460b914ef8a449263885..2cd4c310808c115df9d7cbd98d5851109cee0ec2 100644 (file)
@@ -63,7 +63,7 @@ void
 OSCControllable::send_change_message ()
 {
        lo_message msg = lo_message_new ();
-       
+
        lo_message_add_float (msg, (float) controllable->get_value());
 
        /* XXX thread issues */
@@ -72,7 +72,7 @@ OSCControllable::send_change_message ()
        lo_message_free (msg);
 }
 
-/*------------------------------------------------------------*/       
+/*------------------------------------------------------------*/
 
 OSCRouteControllable::OSCRouteControllable (lo_address a, const std::string& p,
                                            boost::shared_ptr<Controllable> c, boost::shared_ptr<Route> r)