code style changes

This commit is contained in:
Volker Fischer 2020-07-04 22:25:08 +02:00
parent dc6cfe0b5a
commit 174740fa47
2 changed files with 3 additions and 8 deletions

View File

@ -725,9 +725,9 @@ int main ( int argc, char** argv )
}
}
#if defined ( __APPLE__ ) || defined ( __MACOSX )
activity.EndActivity();
#endif
#if defined ( __APPLE__ ) || defined ( __MACOSX )
activity.EndActivity();
#endif
return 0;
}

View File

@ -178,8 +178,3 @@ protected:
CServer* pServer;
};