Normalized spaces after "catch".
This commit is contained in:
@@ -281,11 +281,11 @@ int main( int argc, char **argv)
|
||||
Root.Start();
|
||||
}
|
||||
#if !defined(ANDROID_NDK)
|
||||
catch( std::exception& e)
|
||||
catch (std::exception & e)
|
||||
{
|
||||
LOGERROR("Standard exception: %s", e.what());
|
||||
}
|
||||
catch( ...)
|
||||
catch (...)
|
||||
{
|
||||
LOGERROR("Unknown exception!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user