Minor indentation correction

This commit is contained in:
Laurent Gomila 2013-01-29 22:39:58 +01:00
parent e75045358e
commit 7be3f3af82

View File

@ -51,7 +51,7 @@ Time ClockImpl::getCurrentTime()
HANDLE currentThread = GetCurrentThread();
DWORD_PTR previousMask = SetThreadAffinityMask(currentThread, 1);
// Get the frequency of the performance counter
// Get the frequency of the performance counter
// (it is constant across the program lifetime)
static LARGE_INTEGER frequency = getFrequency();