test: add spaces after keywords
eg changes: if(x) { ... } to: if (x) { ... }
This commit is contained in:
parent
b125ad186c
commit
8af5962608
eg changes: if(x) { ... } to: if (x) { ... }