Clean up defines lacking spaces
This commit is contained in:
@@ -317,7 +317,7 @@ void MailboxMenu_Free(void)
|
||||
// filled with the graph color.
|
||||
//---------------------------------------
|
||||
|
||||
#define SHIFT_RIGHT_ADJUSTED(n, s)(((n) >> (s)) + (((n) >> ((s) - 1)) & 1))
|
||||
#define SHIFT_RIGHT_ADJUSTED(n, s) (((n) >> (s)) + (((n) >> ((s) - 1)) & 1))
|
||||
|
||||
void ConditionGraph_Init(struct ConditionGraph *graph)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user