JANITORAL: Clean trailing whitespaces.

svn-id: r53160
This commit is contained in:
Jordi Vilalta Prat 2010-10-12 02:18:11 +00:00
parent 43161858ac
commit 8388e0dfea
124 changed files with 1251 additions and 1251 deletions

View file

@ -104,7 +104,7 @@ int exit_callback(void) {
#ifdef ENABLE_PROFILING
gprof_cleanup();
#endif
#endif
sceKernelExitGame();
return 0;
@ -171,12 +171,12 @@ int main(void) {
#endif
/* unit/speed tests */
#if defined (PSP_ENABLE_UNIT_TESTS) || defined (PSP_ENABLE_SPEED_TESTS)
#if defined (PSP_ENABLE_UNIT_TESTS) || defined (PSP_ENABLE_SPEED_TESTS)
PSP_INFO_PRINT("running tests\n");
psp_tests();
sceKernelSleepThread(); // that's it. That's all we're doing
#endif
int res = scummvm_main(argc, argv);
g_system->quit(); // TODO: Consider removing / replacing this!