mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-31 08:50:54 +00:00
Formatted code
This commit is contained in:
parent
5e582222cf
commit
afaf66ef40
17 changed files with 237 additions and 200 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue