No, its the Java-style.Oziphantom wrote:See also C
K&R style isCode: Select all
void myFunction(bool var) { some code here }
Or better known as K&R styleOziphantom wrote:These days Stroustrup style is more popularCode: Select all
void myFunction(bool var) { some code here }