The style guide should mention that we should have empty space between methods / functions. For example int foo(int a) { } int laa(int b) { } This is easier to read if there's an empty line between them.
Developer retired (and his mail address is not active anymore)