gitweb: (style) use chomp without parentheses consistently.
authorJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 22:04:01 +0000 (14:04 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 22:07:41 +0000 (14:07 -0800)
It seems that gitweb tries to consistently use chomp without parentheses
around its operands, but there were two places that said "chomp($var);".

Let's be consistent.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found