summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.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/keyeditor.h
parent221902138938a47f32b925f7e37602230e9de538 (diff)
NO-OP whitespace & foratting of header files
Diffstat (limited to 'gtk2_ardour/keyeditor.h')
-rw-r--r--gtk2_ardour/keyeditor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk2_ardour/keyeditor.h b/gtk2_ardour/keyeditor.h
index aedd41d4f2..7df6491e80 100644
--- a/gtk2_ardour/keyeditor.h
+++ b/gtk2_ardour/keyeditor.h
@@ -37,7 +37,7 @@ namespace Gtkmm2ext {
class KeyEditor : public ArdourWindow
{
- public:
+public:
KeyEditor ();
void add_tab (std::string const &name, Gtkmm2ext::Bindings&);
@@ -49,10 +49,10 @@ class KeyEditor : public ArdourWindow
_refresh_connection.disconnect ();
}
- private:
+private:
class Tab : public Gtk::VBox
{
- public:
+ public:
Tab (KeyEditor&, std::string const &name, Gtkmm2ext::Bindings*);
uint32_t populate ();
@@ -80,8 +80,8 @@ class KeyEditor : public ArdourWindow
Gtk::VBox vpacker;
/* give KeyEditor full access to these. This is just a helper
- class with no special semantics
- */
+ * class with no special semantics
+ */
KeyEditor& owner;
std::string name;
@@ -94,7 +94,7 @@ class KeyEditor : public ArdourWindow
KeyEditorColumns columns;
guint last_keyval;
- protected:
+ protected:
bool key_press_event (GdkEventKey*);
bool key_release_event (GdkEventKey*);
Gtk::TreeModel::iterator find_action_path (Gtk::TreeModel::const_iterator begin, Gtk::TreeModel::const_iterator end, const std::string& path) const;