As in the Sun rules, code following control constructs is always enclosed in a braced block, even when this is not necessary. That means that
should be used instead of
The reason for this is to provide greater uniformity and to make it easier to add and remove statements from the blocks.