Strip trailing whitespaces in our common code base.

svn-id: r51094
This commit is contained in:
Johannes Schickel 2010-07-21 18:17:51 +00:00
parent fcc9de35e2
commit e5e94d4511
21 changed files with 38 additions and 38 deletions

View file

@ -162,7 +162,7 @@ void NORETURN_PRE error(const char *s, ...) {
#ifdef __PSP__
PspDebugTrace(false, "%s", buf_output); // write to file
#endif
// Finally exit. quit() will terminate the program if g_system is present
if (g_system)
g_system->quit();