]> git.jsancho.org Git - lugaru.git/blobdiff - Source/binio.h
CLEANED UP WHITESPACE
[lugaru.git] / Source / binio.h
index c67ad584862125a51a53d5c92e8989d7d1246678..b555db780953fe61aa91a6d3dd96116362e7f4e0 100644 (file)
@@ -75,9 +75,9 @@ extern "C" {
 #else
     typedef unsigned char      uint8_t;
     typedef unsigned short     uint16_t;
-    typedef unsigned long       uint32_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