NO-OP whitespace (updated GH PR #357)
[ardour.git] / gtk2_ardour / editor_route_groups.cc
index 3cfa1eeafaf7c45ea4bd43c065f6253c4089f87e..e9fca92bc338e41aeef56b48d23efaeab8f33b5b 100644 (file)
@@ -58,9 +58,9 @@ using namespace Gtk;
 using Gtkmm2ext::Keyboard;
 
 struct ColumnInfo {
-    int         index;
-    const char* label;
-    const char* tooltip;
+       int         index;
+       const char* label;
+       const char* tooltip;
 };
 
 EditorRouteGroups::EditorRouteGroups (Editor* e)