NO-OP whitespace

This commit is contained in:
Robin Gareus 2016-04-25 18:49:42 +02:00
parent 674fa50fb8
commit d1ea5ea22a

View file

@ -361,7 +361,7 @@ LocationEditRow::set_location (Location *loc)
void
LocationEditRow::name_entry_changed ()
{
ENSURE_GUI_THREAD (*this, &LocationEditRow::name_entry_changed)
ENSURE_GUI_THREAD (*this, &LocationEditRow::name_entry_changed);
if (i_am_the_modifier || !location) {
return;
@ -374,7 +374,7 @@ LocationEditRow::name_entry_changed ()
void
LocationEditRow::isrc_entry_changed ()
{
ENSURE_GUI_THREAD (*this, &LocationEditRow::isrc_entry_changed)
ENSURE_GUI_THREAD (*this, &LocationEditRow::isrc_entry_changed);
if (i_am_the_modifier || !location) return;
@ -390,7 +390,7 @@ LocationEditRow::isrc_entry_changed ()
void
LocationEditRow::performer_entry_changed ()
{
ENSURE_GUI_THREAD (*this, &LocationEditRow::performer_entry_changed)
ENSURE_GUI_THREAD (*this, &LocationEditRow::performer_entry_changed);
if (i_am_the_modifier || !location) return;
@ -404,7 +404,7 @@ LocationEditRow::performer_entry_changed ()
void
LocationEditRow::composer_entry_changed ()
{
ENSURE_GUI_THREAD (*this, &LocationEditRow::composer_entry_changed)
ENSURE_GUI_THREAD (*this, &LocationEditRow::composer_entry_changed);
if (i_am_the_modifier || !location) return;
@ -483,7 +483,6 @@ LocationEditRow::clock_changed (LocationPart part)
void
LocationEditRow::show_cd_track_details ()
{
if (location->cd_info.find("isrc") != location->cd_info.end()) {
isrc_entry.set_text(location->cd_info["isrc"]);
}