From 80c259f64fd38cdb84f2bcb8a146e7ec4a448070 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 18 Apr 2007 22:10:36 +0000 Subject: (svn r9672) -Cleanup: lots of coding style fixes around operands. --- src/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index ace80dc89..7a6119652 100644 --- a/src/command.h +++ b/src/command.h @@ -158,7 +158,7 @@ enum { CMD_ERROR = ((int32)0x80000000), }; -#define CMD_MSG(x) ((x)<<16) +#define CMD_MSG(x) ((x) << 16) enum { CMD_AUTO = 0x0200, -- cgit v1.2.3-54-g00ecf