Align switch statement with case labels to reduce indentation in EngineDialog
[ardour.git] / libs / gtkmm2ext / persistent_tooltip.cc
index 88be6ef100e536a98e117cd03cdc7d0bbbe98501..c7cb3f4df235b0d36f2be6b659927b4ad9cde4ff 100644 (file)
@@ -138,7 +138,7 @@ PersistentTooltip::show ()
                        _window->set_transient_for (*tlw);
                }
        }
-       
+
        set_tip (_tip);
 
        if (!_window->is_visible ()) {
@@ -146,7 +146,7 @@ PersistentTooltip::show ()
                int sw = gdk_screen_width ();
 
                _target->get_window()->get_origin (rx, ry);
-               
+
                /* the window needs to be realized first
                 * for _window->get_width() to be correct.
                 */