Converted tabs to spaces in some files where they have crept back in

This commit is contained in:
Phil Nash
2013-03-08 09:26:20 +00:00
parent 85dff2bce8
commit e57a56bb28
5 changed files with 15 additions and 15 deletions

View File

@@ -97,8 +97,8 @@
return IsDebuggerPresent() != 0;
}
#else
inline void BreakIntoDebugger(){}
inline bool isDebuggerActive() { return false; }
inline void BreakIntoDebugger(){}
inline bool isDebuggerActive() { return false; }
#endif
#ifdef CATCH_PLATFORM_WINDOWS