apply --whitespace: warn blank but not necessarily empty lines at EOF
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2009 09:25:57 +0000 (02:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2009 18:50:26 +0000 (11:50 -0700)
The whitespace error of adding blank lines at the end of file should
trigger if you added a non-empty line at the end, if the contents of the
line is full of whitespaces.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found