K&R style, not GNU, or BSD, or anything like that.
K&R:
if (condition) { do_stuff(); }
GNU:
BSD:
Motive: more stuff on screen.