summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-29 12:01:56 +0200
committerRobin Gareus <robin@gareus.org>2017-04-29 12:38:53 +0200
commite508d410914d8b6a88fcd9c5b4407ab5de8bedea (patch)
tree361050d3144d8127a964d24c5cc05c92b66dd3ae /gtk2_ardour/editor.h
parent820d1340d68e448cf2f24ecf7d8cce8e51e4be10 (diff)
NO-OP: whitespace
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index d203dd249f..0da00f1b24 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -142,7 +142,7 @@ class VerboseCursor;
class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARDOUR::SessionHandlePtr
{
- public:
+public:
Editor ();
~Editor ();
@@ -243,8 +243,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
return pixel * samples_per_pixel;
}
- double sample_to_pixel (framepos_t sample) const {
- return round (sample / (double) samples_per_pixel);
+ double sample_to_pixel (framepos_t sample) const {
+ return round (sample / (double) samples_per_pixel);
}
double sample_to_pixel_unrounded (framepos_t sample) const {
@@ -556,7 +556,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void edit_tempo_section (ARDOUR::TempoSection*);
void edit_meter_section (ARDOUR::MeterSection*);
- protected:
+protected:
void map_transport_state ();
void map_position_change (framepos_t);
void transport_looped ();
@@ -566,7 +566,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void suspend_route_redisplay ();
void resume_route_redisplay ();
- private:
+private:
void color_handler ();
@@ -1624,7 +1624,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
PBD::Signal0<void> EditorFreeze;
PBD::Signal0<void> EditorThaw;
- private:
+private:
friend class DragManager;
friend class EditorRouteGroups;
friend class EditorRegions;