Skip to content

Commit 3278fbc

Browse files
jnarebgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 68cedb1 commit 3278fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitweb/gitweb.perl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3990,7 +3990,7 @@ sub fill_project_list_info {
39903990
($pname !~ /\/$/) &&
39913991
(-d "$projectroot/$pname")) {
39923992
$pr->{'forks'} = "-d $projectroot/$pname";
3993-
} else {
3993+
} else {
39943994
$pr->{'forks'} = 0;
39953995
}
39963996
}
@@ -6282,7 +6282,7 @@ sub git_feed {
62826282
# end of feed
62836283
if ($format eq 'rss') {
62846284
print "</channel>\n</rss>\n";
6285-
} elsif ($format eq 'atom') {
6285+
} elsif ($format eq 'atom') {
62866286
print "</feed>\n";
62876287
}
62886288
}

0 commit comments

Comments
 (0)