NOOP, cleanup whitespace
authorRobin Gareus <robin@gareus.org>
Sat, 6 Sep 2014 10:52:41 +0000 (12:52 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 6 Sep 2014 10:52:41 +0000 (12:52 +0200)
gtk2_ardour/editor_routes.h

index 704a31a1b6a58133fd0b84ec41e3d34d66f75201..9ca2d9f470c877d1b57993a6a698ab4e87a2e0e7 100644 (file)
@@ -55,8 +55,8 @@ public:
        std::list<TimeAxisView*> views () const;
        void hide_all_tracks (bool);
        void clear ();
-        void sync_order_keys_from_treeview ();
-        void reset_remote_control_ids ();
+       void sync_order_keys_from_treeview ();
+       void reset_remote_control_ids ();
 
 private:
        void initial_display ();
@@ -68,7 +68,7 @@ private:
        void on_tv_solo_safe_toggled (std::string const &);
        void build_menu ();
        void show_menu ();
-        void sync_treeview_from_order_keys ();
+       void sync_treeview_from_order_keys ();
        void row_deleted (Gtk::TreeModel::Path const &);
        void visible_changed (std::string const &);
        void active_changed (std::string const &);
@@ -94,7 +94,7 @@ private:
        void show_all_miditracks ();
        void hide_all_miditracks ();
        void show_tracks_with_regions_at_playhead ();
-        void selection_changed ();
+       void selection_changed ();
 
        void display_drag_data_received (
                Glib::RefPtr<Gdk::DragContext> const &, gint, gint, Gtk::SelectionData const &, guint, guint
@@ -152,22 +152,22 @@ private:
        bool _ignore_reorder;
        bool _no_redisplay;
        bool _redisplaying;
-        bool _adding_routes;
-        bool _route_deletion_in_progress;
+       bool _adding_routes;
+       bool _route_deletion_in_progress;
 
        Gtk::Menu* _menu;
-        Gtk::Widget* old_focus;
-        uint32_t selection_countdown;
-        Gtk::CellEditable* name_editable;
-
-        bool key_press (GdkEventKey* ev);
-        bool focus_in (GdkEventFocus*);
-        bool focus_out (GdkEventFocus*);
-        bool enter_notify (GdkEventCrossing*);
-        bool leave_notify (GdkEventCrossing*);
-        void name_edit_started (Gtk::CellEditable*, const Glib::ustring&);
-
-        bool get_relevant_routes (boost::shared_ptr<ARDOUR::RouteList> rl);
+       Gtk::Widget* old_focus;
+       uint32_t selection_countdown;
+       Gtk::CellEditable* name_editable;
+
+       bool key_press (GdkEventKey* ev);
+       bool focus_in (GdkEventFocus*);
+       bool focus_out (GdkEventFocus*);
+       bool enter_notify (GdkEventCrossing*);
+       bool leave_notify (GdkEventCrossing*);
+       void name_edit_started (Gtk::CellEditable*, const Glib::ustring&);
+
+       bool get_relevant_routes (boost::shared_ptr<ARDOUR::RouteList> rl);
 };
 
 #endif /* __ardour_gtk_editor_route_h__ */