From: Alan Cox Date: Sat, 6 Jun 2015 21:55:34 +0000 (+0100) Subject: defs.h: tidy spacing X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=de5c7ad6453d31c7a4c8399ce420838a7c23ce5c;p=FUZIX.git defs.h: tidy spacing --- 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"