summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-13 17:48:27 +0200
committerRobin Gareus <robin@gareus.org>2019-04-13 17:57:46 +0200
commit31815b5f268fa0233cd25b7ff2c8a246c12c20d1 (patch)
treecd80e3a8335ba5c27ac0709e2f12ffd4057cf71e /gtk2_ardour/location_ui.cc
parent90a7bef656d9cf76825db3c30c489b93cf9c8894 (diff)
NO-OP: whitespace
This fixes mostly <tab> after <space> and similar <tab> not used for indenting as well as some related code alignment issues.
Diffstat (limited to 'gtk2_ardour/location_ui.cc')
-rw-r--r--gtk2_ardour/location_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc
index 306f2ab6d2..a23c3153ac 100644
--- a/gtk2_ardour/location_ui.cc
+++ b/gtk2_ardour/location_ui.cc
@@ -541,7 +541,7 @@ LocationEditRow::cd_toggled ()
item_table.remove (cd_track_details_hbox);
// item_table.resize(1, 7);
- redraw_ranges(); /* EMIT_SIGNAL */
+ redraw_ranges(); /* EMIT_SIGNAL */
}
}
@@ -590,7 +590,7 @@ LocationEditRow::remove_button_pressed ()
return;
}
- remove_requested (location); /* EMIT_SIGNAL */
+ remove_requested (location); /* EMIT_SIGNAL */
}