Spacing after keywords (while)

This commit is contained in:
Benny Baumann
2020-10-31 20:39:01 +01:00
parent 1877325329
commit 0a51eae11f
5 changed files with 14 additions and 14 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)