StandaloneFilterApp::systemRequestedQuit() code style

StandaloneFilterApp::systemRequestedQuit() doesn’t follow the JUCE braces guidelines

In a multi-way if-else statement where there is more than one section, they should all be the same, so should either use braces, or none of them should use braces.

Rail

Thanks, I’ll get that sorted.