Skip to content

Commit

Permalink
fwd: Remove some whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Feb 2, 2024
1 parent 6b625e9 commit 850dee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcfgthread/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@

#ifdef _WIN64
# define __MCF_PTR_BITS 64
# define __MCF_IPTR_MIN (-0x7FFFFFFFFFFFFFFFLL - 1)
# define __MCF_IPTR_MIN (-0x7FFFFFFFFFFFFFFFLL-1)
# define __MCF_IPTR_0 0LL
# define __MCF_IPTR_MAX 0x7FFFFFFFFFFFFFFFLL
# define __MCF_UPTR_0 0ULL
# define __MCF_UPTR_MAX 0xFFFFFFFFFFFFFFFFULL
#else
# define __MCF_PTR_BITS 32
# define __MCF_IPTR_MIN (-0x7FFFFFFF - 1)
# define __MCF_IPTR_MIN (-0x7FFFFFFF-1)
# define __MCF_IPTR_0 0
# define __MCF_IPTR_MAX 0x7FFFFFFF
# define __MCF_UPTR_0 0U
Expand Down

0 comments on commit 850dee3

Please sign in to comment.