From 37aaa2d11b47cbaf3f33bf2e7744cc899050d666 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 8 Apr 2019 21:37:02 +0200 Subject: NO-OP: whitespace, alignment --- gtk2_ardour/step_editor.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gtk2_ardour/step_editor.h') diff --git a/gtk2_ardour/step_editor.h b/gtk2_ardour/step_editor.h index dca0129c9f..6eee44cd9a 100644 --- a/gtk2_ardour/step_editor.h +++ b/gtk2_ardour/step_editor.h @@ -75,25 +75,25 @@ public: void move_step_edit_beat_pos (Temporal::Beats beats); void set_step_edit_cursor_width (Temporal::Beats beats); - std::string name() const; + std::string name () const; void start_step_editing (); void stop_step_editing (); private: ARDOUR::samplepos_t step_edit_insert_position; - Temporal::Beats step_edit_beat_pos; - boost::shared_ptr step_edit_region; - MidiRegionView* step_edit_region_view; + Temporal::Beats step_edit_beat_pos; + boost::shared_ptr step_edit_region; + MidiRegionView* step_edit_region_view; uint8_t _step_edit_triplet_countdown; bool _step_edit_within_chord; Temporal::Beats _step_edit_chord_duration; - PBD::ScopedConnection step_edit_region_connection; + PBD::ScopedConnection step_edit_region_connection; PublicEditor& _editor; boost::shared_ptr _track; MidiTimeAxisView& _mtv; - int8_t last_added_pitch; - Temporal::Beats last_added_end; + int8_t last_added_pitch; + Temporal::Beats last_added_end; sigc::connection delete_connection; sigc::connection hide_connection; -- cgit v1.2.3