plugin-pin management.. nearly there
[ardour.git] / libs / ardour / session_object.cc
index b15771c986928985d6d4898795e372a2a25cabf7..39b31550d916b53cc0246cf41984c570634b2f80 100644 (file)
@@ -18,8 +18,9 @@
 */
 
 #include <iostream>
-#include "ardour/session_object.h"
+
 #include "ardour/debug.h"
+#include "ardour/session_object.h"
 
 #include "i18n.h"
 
@@ -33,8 +34,8 @@ namespace ARDOUR {
        }
 }
 
-void 
-SessionObject::make_property_quarks () 
+void
+SessionObject::make_property_quarks ()
 {
        Properties::name.property_id = g_quark_from_static_string (X_("name"));
         DEBUG_TRACE (DEBUG::Properties, string_compose ("quark for name = %1\n",       Properties::name.property_id));