Another bracketing style if (a == b) { do_something(); } if (b == c) { part_1(); part_2(); } else { something_else(); }