Spacing after keywords (#define)

This commit is contained in:
Benny Baumann
2020-10-31 20:33:01 +01:00
parent db0a13970e
commit 1877325329
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ struct Panel_ {
int selectionColor;
};
#define Panel_setDefaultBar(this_) do{ (this_)->currentBar = (this_)->defaultBar; }while(0)
#define Panel_setDefaultBar(this_) do { (this_)->currentBar = (this_)->defaultBar; } while(0)
#define KEY_CTRL(l) ((l)-'A'+1)