NOOP, remove trailing tabs/whitespace.
[ardour.git] / gtk2_ardour / visibility_group.h
index 940b8bcc528b8077a87275da31059276e8e691ce..8ac2c1db5f7aa4bf22e08b544dffc284f3e54a08 100644 (file)
@@ -36,15 +36,15 @@ class VisibilityGroup
 {
 public:
        VisibilityGroup (std::string const &);
-       
+
        void add (
                Gtk::Widget *,
                std::string const &,
                std::string const &,
-               bool visible = 0,
+               bool visible = false,
                boost::function<boost::optional<bool> ()> = 0
                );
-       
+
        Gtk::Menu* menu ();
        Gtk::Widget* list_view ();
        bool button_press_event (GdkEventButton *);
@@ -55,7 +55,7 @@ public:
        std::string get_state_value () const;
 
        PBD::Signal0<void> VisibilityChanged;
-       
+
 private:
 
        struct Member {