Pattern: Malformed space after while
Issue: -
Checks that there is exactly one space (blank) after the while
keyword and before the opening parenthesis.
Examples of violations:
while(true) { } // violation
while (true) { } // violation