summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-14 16:10:01 +0000
committerDavid Robillard <d@drobilla.net>2009-10-14 16:10:01 +0000
commitbb9cc45cd22af67ac275a5e73accbe14fee664d8 (patch)
treee52977d3eae6ff07b856088041a080a2fa3e5b79 /gtk2_ardour/startup.h
parent8c4ce1e2ce35571aed5a686671431fdfffae7f8c (diff)
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
Vimmers, try let c_space_errors = 1 in your .vimrc to highlight this kind of stuff in red. I don't know the emacs equivalent... git-svn-id: svn://localhost/ardour2/branches/3.0@5773 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/startup.h')
-rw-r--r--gtk2_ardour/startup.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h
index b3b1379ea5..9a4202b399 100644
--- a/gtk2_ardour/startup.h
+++ b/gtk2_ardour/startup.h
@@ -55,7 +55,7 @@ class ArdourStartup : public Gtk::Assistant {
bool connect_outs_to_master() const;
bool connect_outs_to_physical() const ;
-
+
private:
bool applying;
bool config_modified;
@@ -104,11 +104,11 @@ class ArdourStartup : public Gtk::Assistant {
void setup_session_page ();
Gtk::VBox session_vbox;
Gtk::HBox session_hbox;
-
+
/* recent sessions */
-
+
void setup_existing_session_page ();
-
+
struct RecentSessionsSorter {
bool operator() (std::pair<std::string,std::string> a, std::pair<std::string,std::string> b) const {
return cmp_nocase(a.first, b.first) == -1;
@@ -133,7 +133,7 @@ class ArdourStartup : public Gtk::Assistant {
void recent_row_activated (const Gtk::TreePath& path, Gtk::TreeViewColumn* col);
/* audio setup page */
-
+
void setup_audio_page ();
EngineControl* engine_dialog;
@@ -145,7 +145,7 @@ class ArdourStartup : public Gtk::Assistant {
Gtk::FileChooserButton session_template_chooser;
struct SessionTemplateColumns : public Gtk::TreeModel::ColumnRecord {
- SessionTemplateColumns () {
+ SessionTemplateColumns () {
add (name);
add (path);
}
@@ -202,7 +202,7 @@ class ArdourStartup : public Gtk::Assistant {
Gtk::CheckButton _create_master_bus;
Gtk::SpinButton _master_bus_channel_count;
-
+
Gtk::CheckButton _create_control_bus;
Gtk::SpinButton _control_bus_channel_count;
@@ -210,7 +210,7 @@ class ArdourStartup : public Gtk::Assistant {
Gtk::CheckButton _limit_input_ports;
Gtk::SpinButton _input_limit_count;
- Gtk::CheckButton _connect_outputs;
+ Gtk::CheckButton _connect_outputs;
Gtk::CheckButton _limit_output_ports;
Gtk::SpinButton _output_limit_count;
@@ -252,7 +252,7 @@ class ArdourStartup : public Gtk::Assistant {
gint session_options_page_index;
void move_along_now ();
-
+
};
#endif /* __gtk2_ardour_startup_h__ */