src/command.h
branchcpp_gui
changeset 6308 646711c5feaa
parent 6298 c30fe89622df
child 9911 0b8b245a2391
--- a/src/command.h	Sun Apr 15 17:04:44 2007 +0000
+++ b/src/command.h	Sat Apr 21 08:23:57 2007 +0000
@@ -158,7 +158,7 @@
 	CMD_ERROR = ((int32)0x80000000),
 };
 
-#define CMD_MSG(x) ((x)<<16)
+#define CMD_MSG(x) ((x) << 16)
 
 enum {
 	CMD_AUTO                  = 0x0200,