From: Jakub Narebski Date: Mon, 11 May 2009 17:37:28 +0000 (+0200) Subject: gitweb: Replace wrongly added tabs with spaces X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/89accaa1d71aed65e9a918849af1e8d6c148c2c0ee18a66e359db7e5a6f4ef7f?hp=95927b6a539256cd056bb6b5e293d12341c9b714956e317620c626c836f511e8 gitweb: Replace wrongly added tabs with spaces In two places there was hard tab character instead of space. Fix this. Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano --- diff --git a/gitweb.perl b/gitweb.perl index cb821b5..0997eb8 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -3991,7 +3991,7 @@ sub fill_project_list_info { ($pname !~ /\/$/) && (-d "$projectroot/$pname")) { $pr->{'forks'} = "-d $projectroot/$pname"; - } else { + } else { $pr->{'forks'} = 0; } } @@ -6283,7 +6283,7 @@ XML # end of feed if ($format eq 'rss') { print "\n\n"; - } elsif ($format eq 'atom') { + } elsif ($format eq 'atom') { print "\n"; } }