From: Jakub Narebski Date: Mon, 11 May 2009 17:37:28 +0000 (+0200) Subject: gitweb: Replace wrongly added tabs with spaces X-Git-Tag: v1.6.4-rc0~129^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3278fbc5ce39e0f7bf095ce99912dccbc347b4d7;p=git.git 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/gitweb.perl b/gitweb/gitweb.perl index 8c51f3e79..beb79eebd 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -3990,7 +3990,7 @@ sub fill_project_list_info { ($pname !~ /\/$/) && (-d "$projectroot/$pname")) { $pr->{'forks'} = "-d $projectroot/$pname"; - } else { + } else { $pr->{'forks'} = 0; } } @@ -6282,7 +6282,7 @@ XML # end of feed if ($format eq 'rss') { print "\n\n"; - } elsif ($format eq 'atom') { + } elsif ($format eq 'atom') { print "\n"; } }