NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / widget_state.h
index 2e405c453f601d0f6f196e6be34a4f92d1cd65ce..bb8bd375f097f0d38a02d5cb3901e5e6382ae1aa 100644 (file)
@@ -6,7 +6,7 @@
 namespace Gtkmm2ext {
 
        /* widget states: unlike GTK, visual states like "Selected" or "Prelight"
-          are orthogonal to active states. 
+          are orthogonal to active states.
        */
 
        enum LIBGTKMM2EXT_API ActiveState {
@@ -14,7 +14,7 @@ namespace Gtkmm2ext {
                ExplicitActive,
                ImplicitActive,
        };
-       
+
        enum LIBGTKMM2EXT_API VisualState {
                /* these can be OR-ed together */
                NoVisualState = 0x0,