From 12ce959f8140bcf0c29f0d0ba45def5ffab3626c Mon Sep 17 00:00:00 2001 From: midipix Date: Sep 19 2016 22:37:49 +0000 Subject: nt32: bits/mman.h: eliminate whitespace differences between nt32 and nt64. --- diff --git a/arch/nt32/bits/mman.h b/arch/nt32/bits/mman.h index 0f53acb..846b7ea 100644 --- a/arch/nt32/bits/mman.h +++ b/arch/nt32/bits/mman.h @@ -4,8 +4,8 @@ #define PROT_READ 1 #define PROT_WRITE 2 #define PROT_EXEC 4 -#define PROT_GROWSDOWN 0x01000000 -#define PROT_GROWSUP 0x02000000 +#define PROT_GROWSDOWN 0x01000000 +#define PROT_GROWSUP 0x02000000 #define MAP_SHARED 0x01 #define MAP_PRIVATE 0x02