mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 08:40:27 +02:00
Changes code style (spaces) to match surrounding code.
This commit is contained in:
parent
1b6f24337a
commit
4e71dfe030
@ -747,8 +747,8 @@ void AudacityApp::OnMacOpenFile(wxCommandEvent & event)
|
||||
// TODO: Handle failures better.
|
||||
// Some failures are OK, e.g. file not found, just would-be-nices to do better,
|
||||
// so FAIL_MSG is more a case of an enhancement request than an actual problem.
|
||||
if( !MRUOpen(name)){
|
||||
wxFAIL_MSG(wxT("MRUOpen failed") );
|
||||
if (!MRUOpen(name)) {
|
||||
wxFAIL_MSG(wxT("MRUOpen failed"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user