summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_fx_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-08 19:53:33 +0200
committerRobin Gareus <robin@gareus.org>2019-04-08 20:58:18 +0200
commit50303d90bdcc329efe2e6d09b48c480a9bc2ba3b (patch)
tree154876b06aa4bef1e79cc9004dd2dcb25d9d7ac4 /gtk2_ardour/time_fx_dialog.h
parent8a7e452265ca079aafe8fa6dce58ed54ca7fe824 (diff)
NO-OP: whitespace, indent
Diffstat (limited to 'gtk2_ardour/time_fx_dialog.h')
-rw-r--r--gtk2_ardour/time_fx_dialog.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/gtk2_ardour/time_fx_dialog.h b/gtk2_ardour/time_fx_dialog.h
index a069124547..015ebff580 100644
--- a/gtk2_ardour/time_fx_dialog.h
+++ b/gtk2_ardour/time_fx_dialog.h
@@ -84,19 +84,19 @@ public:
}
private:
- ARDOUR::samplecnt_t original_length;
- Gtk::Adjustment pitch_octave_adjustment;
- Gtk::Adjustment pitch_semitone_adjustment;
- Gtk::Adjustment pitch_cent_adjustment;
- Gtk::SpinButton pitch_octave_spinner;
- Gtk::SpinButton pitch_semitone_spinner;
- Gtk::SpinButton pitch_cent_spinner;
- Gtk::Adjustment duration_adjustment;
- AudioClock* duration_clock;
- bool ignore_adjustment_change;
- bool ignore_clock_change;
- sigc::connection update_connection;
- float progress;
+ ARDOUR::samplecnt_t original_length;
+ Gtk::Adjustment pitch_octave_adjustment;
+ Gtk::Adjustment pitch_semitone_adjustment;
+ Gtk::Adjustment pitch_cent_adjustment;
+ Gtk::SpinButton pitch_octave_spinner;
+ Gtk::SpinButton pitch_semitone_spinner;
+ Gtk::SpinButton pitch_cent_spinner;
+ Gtk::Adjustment duration_adjustment;
+ AudioClock* duration_clock;
+ bool ignore_adjustment_change;
+ bool ignore_clock_change;
+ sigc::connection update_connection;
+ float progress;
void update_progress_gui (float);
void duration_clock_changed ();