Re: Commit in FScreen.c

2007-01-09 Thread Viktor Griph
On Tue, 9 Jan 2007, Dominik Vogt wrote: I'd prefer to leave the blank lines before return statements in place because they are there on purpose. That newline was removed by misstake. I normally don't remove newlines, or touch other spacing. If I do large changes to an incorrectly indented fu

Commit in FScreen.c

2007-01-09 Thread Dominik Vogt
I'd prefer to leave the blank lines before return statements in place because they are there on purpose. @@ -1245,7 +1247,7 @@ } } } - + } return rc; } Whenever I touch a function that does not have the newline, I add one. Code blocks I write always