13
0

NO-OP indentation fix

This commit is contained in:
Paul Davis 2024-03-26 10:11:03 -06:00
parent 6f89521880
commit 21ebf20b19

View File

@ -1753,7 +1753,7 @@ AudioRegionView::set_fade_visibility (bool yn)
if (end_xfade_curve) { end_xfade_curve->show (); }
if (start_xfade_rect) { start_xfade_rect->show (); }
if (end_xfade_rect) { end_xfade_rect->show (); }
} else {
} else {
if (start_xfade_curve) { start_xfade_curve->hide(); }
if (end_xfade_curve) { end_xfade_curve->hide(); }
if (fade_in_handle) { fade_in_handle->hide(); }