Formatted code

This commit is contained in:
Robert Beckebans 2012-12-04 12:11:14 +01:00
parent 5e582222cf
commit afaf66ef40
17 changed files with 237 additions and 200 deletions

View file

@ -63,10 +63,10 @@ bool SpursEmulationAssertFailed( const char* filename, int line, const char* exp
#endif
#else // not _WIN32
// DG: POSIX support
raise(SIGTRAP);
raise( SIGTRAP );
// DG: end
#endif // _WIN32
}
return true;
}