]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.cpp
CLEANED UP WHITESPACE
[lugaru.git] / Source / MacCompatibility.cpp
index 738739d1542673b4d04d1535d13c4d80e7e21089..eb626ba5130132e2fb6f0699afe3365d07baf475 100644 (file)
@@ -68,7 +68,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;