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:
L zard
2024-11-02 13:25:10 +01:00
committed by Sam Lantinga
parent 286cc2ebd0
commit 42c67756cc
8 changed files with 376 additions and 376 deletions

View File

@@ -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;