For example when the code looks like this:
if (a != b) { return; }
it should be turned into:
Same applies to switches:
switch (character) {