From 7be3f3af82c0c2b91062d8c33a5ceeb54bc100b9 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Tue, 29 Jan 2013 22:39:58 +0100 Subject: [PATCH] Minor indentation correction --- src/SFML/System/Win32/ClockImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SFML/System/Win32/ClockImpl.cpp b/src/SFML/System/Win32/ClockImpl.cpp index b1a52456..61785dfc 100644 --- a/src/SFML/System/Win32/ClockImpl.cpp +++ b/src/SFML/System/Win32/ClockImpl.cpp @@ -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();