1
0
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:
james.k.crook@gmail.com 2013-09-29 22:05:28 +00:00
parent 1b6f24337a
commit 4e71dfe030

View File

@ -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"));
}
}
}