1
0
Fork 0

Fixed trailing whitespace.

This commit is contained in:
Mattes D 2014-12-04 22:07:04 +01:00
parent c014f5624c
commit 64f8428d03
2 changed files with 6 additions and 6 deletions

View File

@ -18,10 +18,10 @@
#pragma pack(push, 8)
struct THREADNAME_INFO
{
DWORD dwType; // Must be 0x1000.
LPCSTR szName; // Pointer to name (in user addr space).
DWORD dwThreadID; // Thread ID (-1 = caller thread).
DWORD dwFlags; // Reserved for future use, must be zero.
DWORD dwType; // Must be 0x1000.
LPCSTR szName; // Pointer to name (in user addr space).
DWORD dwThreadID; // Thread ID (-1 = caller thread).
DWORD dwFlags; // Reserved for future use, must be zero.
};
#pragma pack(pop)
@ -39,7 +39,7 @@
{
}
}
#endif // _MSC_VER && _DEBUG
#endif // _MSC_VER && _DEBUG

View File

@ -116,7 +116,7 @@ void cRoot::Start(void)
m_bStop = false;
while (!m_bStop)
{
auto BeginTime = std::chrono::steady_clock::now();
auto BeginTime = std::chrono::steady_clock::now();
m_bRestart = false;
LoadGlobalSettings();