mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 07:33:49 +01:00
Changes code style (spaces) to match surrounding code.
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user