It takes a bit of thinking to parse the original statement. It looks
like it is missing an ',' - right after the 'braced' to make it
obvious that:
if (X)
return XYZ;
is OK, while multiple conditionals require braces.
Changing the 'apart from' with 'except' makes it more obvious
(I hope).
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
5. Block structure
-Every indented statement is braced apart from blocks that contain just
+Every indented statement is braced, except blocks that contain just
one statement.
The opening brace is on the line that contains the control flow
statement that introduces the new block; the closing brace is on the