summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.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/add_route_dialog.h
parent221902138938a47f32b925f7e37602230e9de538 (diff)
NO-OP whitespace & foratting of header files
Diffstat (limited to 'gtk2_ardour/add_route_dialog.h')
-rw-r--r--gtk2_ardour/add_route_dialog.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk2_ardour/add_route_dialog.h b/gtk2_ardour/add_route_dialog.h
index c79fe477c8..cb6ed66812 100644
--- a/gtk2_ardour/add_route_dialog.h
+++ b/gtk2_ardour/add_route_dialog.h
@@ -47,7 +47,7 @@ class RouteGroupDialog;
class AddRouteDialog : public ArdourDialog
{
- public:
+public:
AddRouteDialog ();
~AddRouteDialog ();
@@ -80,11 +80,11 @@ class AddRouteDialog : public ArdourDialog
RouteDialogs::InsertAt insert_at();
bool use_strict_io();
- void on_response (int response_id) {
+ void on_response (int response_id) {
Gtk::Dialog::on_response (response_id);
}
- private:
+private:
Gtk::Entry name_template_entry;
Gtk::ComboBoxText track_bus_combo;
Gtk::Adjustment routes_adjustment;
@@ -117,9 +117,9 @@ class AddRouteDialog : public ArdourDialog
void on_show ();
struct ChannelSetup {
- std::string name;
- std::string template_path;
- uint32_t channels;
+ std::string name;
+ std::string template_path;
+ uint32_t channels;
};
typedef std::vector<ChannelSetup> ChannelSetups;