summaryrefslogtreecommitdiff
path: root/gtk2_ardour/search_path_option.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/search_path_option.h
parent221902138938a47f32b925f7e37602230e9de538 (diff)
NO-OP whitespace & foratting of header files
Diffstat (limited to 'gtk2_ardour/search_path_option.h')
-rw-r--r--gtk2_ardour/search_path_option.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/gtk2_ardour/search_path_option.h b/gtk2_ardour/search_path_option.h
index 8e2e4e5c23..6a7b018aff 100644
--- a/gtk2_ardour/search_path_option.h
+++ b/gtk2_ardour/search_path_option.h
@@ -31,10 +31,10 @@
class SearchPathOption : public Option
{
- public:
+public:
SearchPathOption (const std::string& pathname, const std::string& label,
- const std::string& default_path,
- sigc::slot<std::string>, sigc::slot<bool, std::string>);
+ const std::string& default_path,
+ sigc::slot<std::string>, sigc::slot<bool, std::string>);
~SearchPathOption ();
void set_state_from_config ();
@@ -43,11 +43,12 @@ class SearchPathOption : public Option
Gtk::Widget& tip_widget() { return add_chooser; }
- protected:
+protected:
sigc::slot<std::string> _get; ///< slot to get the configuration variable's value
sigc::slot<bool, std::string> _set; ///< slot to set the configuration variable's value
- struct PathEntry {
+ struct PathEntry
+ {
PathEntry (const std::string& path, bool removable=true);
Gtk::Entry entry;