Hi,
First, thanks for reviewing it soon. :)
I feel I need more clarification on the comment before doing
modifications.
Are you mentioning about the new lines just after starting brace of functions (all functions) ? In my point, I feel if any function have very few lines (less than 10 or like that), no need of empty line at the just after starting brace of
that
function. But for others the empty line will help to improve readability.
I don't think there is need for an empty line after the opening brace of a function, in any case. The newline + indent should be enough to make it readable. I don't see why starting with a blank line for longer functions would improve readability. (I'm not talking about blank lines further along the function to group statements and thus add structure and improve readability and overview)
Thats okay Dieter. I'll do that modifications soon. :)
Regards !