defs.h: tidy spacing
authorAlan Cox <alan@linux.intel.com>
Sat, 6 Jun 2015 21:55:34 +0000 (22:55 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 6 Jun 2015 21:55:34 +0000 (22:55 +0100)
Applications/V7/cmd/sh/defs.h

index 19ecbb0..4c7fee7 100644 (file)
@@ -117,7 +117,7 @@ extern ARGPTR gchain;
 #define                BLK(x)  ((BLKPTR)(x))
 #define                BYT(x)  ((BYTPTR)(x))
 #define                STK(x)  ((STKPTR)(x))
-#define                ADR(x)  ((char*)(x))
+#define                ADR(x)  ((char *)(x))
 
 /* stak stuff */
 #include       "stak.h"