summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-09 00:27:05 +0200
committerRobin Gareus <robin@gareus.org>2019-04-09 00:27:33 +0200
commit01a43c6b1e30f9bef7fabf5f52cc031f149aaefa (patch)
tree8b55fbe0baf3f9e300d35b52247f2858e3f2f37f /gtk2_ardour/editor_cursors.h
parent14b27be65842203ffc73b274feb03576126d8204 (diff)
Another round of whitespace fixes
Diffstat (limited to 'gtk2_ardour/editor_cursors.h')
-rw-r--r--gtk2_ardour/editor_cursors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_cursors.h b/gtk2_ardour/editor_cursors.h
index 4b8b4b67da..0970f345f9 100644
--- a/gtk2_ardour/editor_cursors.h
+++ b/gtk2_ardour/editor_cursors.h
@@ -57,7 +57,7 @@ public:
private:
Editor& _editor;
ArdourCanvas::Arrow* _track_canvas_item;
- samplepos_t _current_sample;
+ samplepos_t _current_sample;
};
#endif // __gtk_ardour_editor_cursors_h__