test: add spaces after keywords

eg changes:

  if(x) { ... }

to:

  if (x) { ... }
This commit is contained in:
Brendan Ashworth 2015-08-18 16:32:07 -07:00
parent b125ad186c
commit 8af5962608
6 changed files with 6 additions and 6 deletions