summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_edit.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-01 21:11:14 +0200
committerRobin Gareus <robin@gareus.org>2017-07-01 21:19:56 +0200
commitb976bf8986290e8f4812a50e7fdd98b9cbeb4249 (patch)
tree75cffb9761a024943c18e502a3d84e3607954a55 /gtk2_ardour/crossfade_edit.h
parent221902138938a47f32b925f7e37602230e9de538 (diff)
NO-OP whitespace & foratting of header files
Diffstat (limited to 'gtk2_ardour/crossfade_edit.h')
-rw-r--r--gtk2_ardour/crossfade_edit.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/gtk2_ardour/crossfade_edit.h b/gtk2_ardour/crossfade_edit.h
index 8e582baa52..911b9a7df6 100644
--- a/gtk2_ardour/crossfade_edit.h
+++ b/gtk2_ardour/crossfade_edit.h
@@ -49,7 +49,7 @@ namespace ArdourCanvas {
class CrossfadeEditor : public ArdourDialog
{
- public:
+public:
CrossfadeEditor (ARDOUR::Session*, boost::shared_ptr<ARDOUR::Crossfade>, double miny, double maxy);
~CrossfadeEditor ();
@@ -57,8 +57,7 @@ class CrossfadeEditor : public ArdourDialog
static const double canvas_border;
- /* these are public so that a caller/subclass can make them do the right thing.
- */
+ /* these are public so that a caller/subclass can make them do the right thing. */
Gtk::Button* cancel_button;
Gtk::Button* ok_button;
@@ -83,11 +82,11 @@ class CrossfadeEditor : public ArdourDialog
static Presets* fade_in_presets;
static Presets* fade_out_presets;
- protected:
+protected:
bool on_key_press_event (GdkEventKey*);
bool on_key_release_event (GdkEventKey*);
- private:
+private:
boost::shared_ptr<ARDOUR::Crossfade> xfade;
Gtk::VBox vpacker;