Fixed typos.

diff --git a/include/winnt.h b/include/winnt.h
index 5064e50..6e72fbd 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -3987,9 +3987,7 @@
 				KEY_CREATE_SUB_KEY)  \
 				& (~SYNCHRONIZE)  \
 			      )
-#define KEY_EXECUTE	      ((KEY_READ)  \
-				& (~SYNCHRONIZE))  \
-			      )
+#define KEY_EXECUTE           ((KEY_READ) & (~SYNCHRONIZE))
 #define KEY_ALL_ACCESS        ((STANDARD_RIGHTS_ALL|  \
 				KEY_QUERY_VALUE|  \
 				KEY_SET_VALUE|  \