I agree with the coding style of K&R. It states to use an open curly brace of a function in a new line, and in other cases, open it in the same line of the given block.

Example:



void...