Fallback brace placement used where a more specific option does not apply.
if (cond) { x++; }
if (cond){ x++; }