]> git.jsancho.org Git - lugaru.git/blobdiff - Source/private.h
CLEANED UP WHITESPACE
[lugaru.git] / Source / private.h
index 0c40c671123cf7b8de9928428f16c6c33dd43ae9..f2458c6c07e930d7d64f830112b1b2a5b80a535a 100644 (file)
@@ -49,7 +49,7 @@ typedef unsigned char      uint8_t;
 typedef unsigned short     uint16_t;
 typedef unsigned long      uint32_t;
 #ifdef WIN32
-typedef unsigned __int64       uint64_t;
+typedef unsigned __int64   uint64_t;
 #else
 typedef unsigned long long uint64_t;
 #endif