Placement of the opening brace for if/while/for and similar control statements.
if (cond) { x++; }
if (cond){ x++; }