mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
NO-OP whitespace
This commit is contained in:
parent
674fa50fb8
commit
d1ea5ea22a
1 changed files with 156 additions and 157 deletions
|
|
@ -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"]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue