summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-11 09:04:26 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-11 09:04:26 -0500
commit764a8b94754ac8e62b05be3ee8f92df6a40517ee (patch)
tree6ef975b796b57e6dc9dfc15b4f1c808065a8dcdc /gtk2_ardour/editor_cursors.cc
parent8962adab4e02c3a917a6ce7d0624631d8e1ae71b (diff)
fix indentation
Diffstat (limited to 'gtk2_ardour/editor_cursors.cc')
-rw-r--r--gtk2_ardour/editor_cursors.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_cursors.cc b/gtk2_ardour/editor_cursors.cc
index ed5f313013..abce8f6252 100644
--- a/gtk2_ardour/editor_cursors.cc
+++ b/gtk2_ardour/editor_cursors.cc
@@ -48,7 +48,7 @@ EditorCursor::EditorCursor (Editor& ed, bool (Editor::*callbck)(GdkEvent*,Ardour
_track_canvas_item->set_y1 (ArdourCanvas::COORD_MAX);
- _track_canvas_item->set_x (0);
+ _track_canvas_item->set_x (0);
_current_frame = 1; /* force redraw at 0 */
}
@@ -64,7 +64,7 @@ EditorCursor::EditorCursor (Editor& ed)
_track_canvas_item->set_y1 (ArdourCanvas::COORD_MAX);
_track_canvas_item->set_ignore_events (true);
- _track_canvas_item->set_x (0);
+ _track_canvas_item->set_x (0);
_current_frame = 1; /* force redraw at 0 */
}