From 95a7356018da82f24a77dadeffd33b7074680ecc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 6 Sep 2014 12:52:41 +0200 Subject: [PATCH] NOOP, cleanup whitespace --- gtk2_ardour/editor_routes.h | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/gtk2_ardour/editor_routes.h b/gtk2_ardour/editor_routes.h index 704a31a1b6..9ca2d9f470 100644 --- a/gtk2_ardour/editor_routes.h +++ b/gtk2_ardour/editor_routes.h @@ -55,8 +55,8 @@ public: std::list 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 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 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 rl); }; #endif /* __ardour_gtk_editor_route_h__ */ -- 2.30.2