check_and_emit_line(): rename and refactor
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Jun 2008 22:35:21 +0000 (15:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Jun 2008 01:13:50 +0000 (18:13 -0700)
The function name was too bland and not explicit enough as to what it is
checking. Split it into two, and call the one that checks if there is a
whitespace breakage "ws_check()", and call the other one that checks and
emits the line after color coding "ws_check_emit()".

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