View | Details | Raw Unified | Return to bug 20989
Collapse All | Expand All

(-)cvsweb.cgi (-1 / +1 lines)
Lines 919-925 Link Here
919
	local $_ = $_[0];
919
	local $_ = $_[0];
920
920
921
	# Cut trailing spaces
921
	# Cut trailing spaces
922
	s/\s+\n$//;
922
	s/\s+$//;
923
923
924
	# Expand tabs
924
	# Expand tabs
925
	s/\t+/' ' x (length($&) * $tabstop - length($`) % $tabstop)/e
925
	s/\t+/' ' x (length($&) * $tabstop - length($`) % $tabstop)/e

Return to bug 20989