From 534906a272079aaa91657d014cf1f1425135b3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 4 Aug 2014 20:41:49 -0700 Subject: [PATCH] Cleanup. --- include/bx/platform.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/include/bx/platform.h b/include/bx/platform.h index e5aa480..54ba02f 100644 --- a/include/bx/platform.h +++ b/include/bx/platform.h @@ -7,20 +7,20 @@ #define BX_PLATFORM_H_HEADER_GUARD #define BX_COMPILER_CLANG 0 -#define BX_COMPILER_GCC 0 -#define BX_COMPILER_MSVC 0 +#define BX_COMPILER_GCC 0 +#define BX_COMPILER_MSVC 0 -#define BX_PLATFORM_ANDROID 0 +#define BX_PLATFORM_ANDROID 0 #define BX_PLATFORM_EMSCRIPTEN 0 -#define BX_PLATFORM_FREEBSD 0 -#define BX_PLATFORM_IOS 0 -#define BX_PLATFORM_LINUX 0 -#define BX_PLATFORM_NACL 0 -#define BX_PLATFORM_OSX 0 -#define BX_PLATFORM_QNX 0 -#define BX_PLATFORM_WINDOWS 0 -#define BX_PLATFORM_WINRT 0 -#define BX_PLATFORM_XBOX360 0 +#define BX_PLATFORM_FREEBSD 0 +#define BX_PLATFORM_IOS 0 +#define BX_PLATFORM_LINUX 0 +#define BX_PLATFORM_NACL 0 +#define BX_PLATFORM_OSX 0 +#define BX_PLATFORM_QNX 0 +#define BX_PLATFORM_WINDOWS 0 +#define BX_PLATFORM_WINRT 0 +#define BX_PLATFORM_XBOX360 0 #define BX_CPU_ARM 0 #define BX_CPU_JIT 0 @@ -31,7 +31,7 @@ #define BX_ARCH_32BIT 0 #define BX_ARCH_64BIT 0 -#define BX_CPU_ENDIAN_BIG 0 +#define BX_CPU_ENDIAN_BIG 0 #define BX_CPU_ENDIAN_LITTLE 0 // http://sourceforge.net/apps/mediawiki/predef/index.php?title=Compilers