(svn r9672) -Cleanup: lots of coding style fixes around operands.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user