build_configs: fix spacing
I messed up some spacing, so I thought I might as well strip all those unnecessary spaces.
This commit is contained in:
@@ -523,7 +523,7 @@ typedef unsigned __int32 uint32_t;
|
||||
typedef signed __int64 int64_t;
|
||||
typedef unsigned __int64 uint64_t;
|
||||
#ifndef _UINTPTR_T_DEFINED
|
||||
#ifdef _WIN64
|
||||
#ifdef _WIN64
|
||||
typedef unsigned __int64 uintptr_t;
|
||||
#else
|
||||
typedef unsigned int uintptr_t;
|
||||
|
||||
Reference in New Issue
Block a user