1
0
Fork 0

Fixed indent.

This commit is contained in:
Mattes D 2014-12-03 18:24:28 +01:00
parent f206f34a3d
commit 0ecc16c618
1 changed files with 2 additions and 2 deletions

View File

@ -140,10 +140,10 @@ public:
std::thread::id * m_ThreadID;
};
#define CHECK_THREAD cSingleThreadAccessChecker Checker(&m_ThreadID);
#define CHECK_THREAD cSingleThreadAccessChecker Checker(&m_ThreadID);
#else
#define CHECK_THREAD
#define CHECK_THREAD
#endif