NO-OP: whitespace

This fixes mostly <tab> after <space> and similar <tab> not used
for indenting as well as some related code alignment issues.
This commit is contained in:
Robin Gareus 2019-04-13 17:48:27 +02:00
parent 90a7bef656
commit 31815b5f26
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
33 changed files with 268 additions and 287 deletions

View file

@ -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 */
}