From 12ce959f8140bcf0c29f0d0ba45def5ffab3626c Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Mon, 19 Sep 2016 18:37:49 -0400
Subject: nt32: bits/mman.h: eliminate whitespace differences between nt32 and
 nt64.

---
 arch/nt32/bits/mman.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'arch/nt32/bits')

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
-- 
cgit v1.2.3