From de5c7ad6453d31c7a4c8399ce420838a7c23ce5c Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 6 Jun 2015 22:55:34 +0100 Subject: [PATCH] defs.h: tidy spacing --- Applications/V7/cmd/sh/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/V7/cmd/sh/defs.h b/Applications/V7/cmd/sh/defs.h index 19ecbb03..4c7fee78 100644 --- a/Applications/V7/cmd/sh/defs.h +++ b/Applications/V7/cmd/sh/defs.h @@ -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" -- 2.34.1