summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_manager.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/bundle_manager.h
parent221902138938a47f32b925f7e37602230e9de538 (diff)
NO-OP whitespace & foratting of header files
Diffstat (limited to 'gtk2_ardour/bundle_manager.h')
-rw-r--r--gtk2_ardour/bundle_manager.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gtk2_ardour/bundle_manager.h b/gtk2_ardour/bundle_manager.h
index 468346e54c..f553b5cccd 100644
--- a/gtk2_ardour/bundle_manager.h
+++ b/gtk2_ardour/bundle_manager.h
@@ -36,7 +36,7 @@ namespace ARDOUR {
class BundleEditorMatrix : public PortMatrix
{
- public:
+public:
BundleEditorMatrix (Gtk::Window *, ARDOUR::Session *, boost::shared_ptr<ARDOUR::Bundle>);
void set_state (ARDOUR::BundleChannel c[2], bool s);
@@ -54,7 +54,7 @@ class BundleEditorMatrix : public PortMatrix
std::string disassociation_verb () const;
- private:
+private:
enum {
OTHER = 0,
OURS = 1
@@ -66,13 +66,13 @@ class BundleEditorMatrix : public PortMatrix
class BundleEditor : public ArdourDialog
{
- public:
+public:
BundleEditor (ARDOUR::Session *, boost::shared_ptr<ARDOUR::UserBundle>);
- protected:
+protected:
void on_map ();
- private:
+private:
void name_changed ();
void input_or_output_changed ();
void on_show ();
@@ -85,10 +85,10 @@ class BundleEditor : public ArdourDialog
class BundleManager : public ArdourDialog
{
- public:
+public:
BundleManager (ARDOUR::Session *);
- private:
+private:
void new_clicked ();
void edit_clicked ();