Whitesmiths style

An obsolete and deprecated source code indent style popularised by the examples that came with Whitesmiths C, an early commercial C compiler. Basic indent per level is eight spaces, occasionally four.

 if (cond)
	{
	
	}