]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinDefs.cpp
CLEANED UP WHITESPACE
[lugaru.git] / Source / WinDefs.cpp
index 3c5e3252dc72934bb3c1eebccd3989ba1a569157..65ecaac8e0dbdb4ede3a408bc442b5d6ba744679 100644 (file)
@@ -36,7 +36,7 @@ public:
         QueryPerformanceFrequency( (LARGE_INTEGER*)&counterRate);
         QueryPerformanceCounter( (LARGE_INTEGER*)&baseCounter);
     }
-    __int64 counterRate;               // LARGE_INTEGER type has no math functions so use int64
+    __int64 counterRate; // LARGE_INTEGER type has no math functions so use int64
     __int64 baseCounter;
 };
 static AppTime g_appTime;