From 591c9bf0d48643437ee74de99f9a9ae9d8d5a75b Mon Sep 17 00:00:00 2001 From: Nil Geisweiller Date: Sun, 29 Nov 2015 13:57:04 +0200 Subject: Fix indentation of note_base (whitespace to tab) --- gtk2_ardour/note_base.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'gtk2_ardour/note_base.cc') diff --git a/gtk2_ardour/note_base.cc b/gtk2_ardour/note_base.cc index feee7e7d7c..9c47fa7b18 100644 --- a/gtk2_ardour/note_base.cc +++ b/gtk2_ardour/note_base.cc @@ -238,14 +238,14 @@ NoteBase::set_mouse_fractions (GdkEvent* ev) _mouse_y_fraction = yf; if (notify) { - if (big_enough_to_trim()) { - _region.note_mouse_position (_mouse_x_fraction, _mouse_y_fraction, set_cursor); - } else { - /* pretend the mouse is in the middle, because this is not big enough - to trim right now. - */ - _region.note_mouse_position (0.5, 0.5, set_cursor); - } + if (big_enough_to_trim()) { + _region.note_mouse_position (_mouse_x_fraction, _mouse_y_fraction, set_cursor); + } else { + /* pretend the mouse is in the middle, because this is not big enough + to trim right now. + */ + _region.note_mouse_position (0.5, 0.5, set_cursor); + } } } -- cgit v1.2.3