]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: Replace wrongly added tabs with spaces
authorJakub Narebski <redacted>
Mon, 11 May 2009 17:37:28 +0000 (19:37 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:38 +0000 (00:50 -0400)
In two places there was hard tab character instead of space.
Fix this.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl

index cb821b5b963b391db4dcfce5927fd6863df1eebceed15b9d0926ff70fdd95960..0997eb8d25514ea4d827656e8ea385ba9a23f3b134a0ca9ed3fca5095228d023 100755 (executable)
@@ -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 "</channel>\n</rss>\n";
-       }       elsif ($format eq 'atom') {
+       } elsif ($format eq 'atom') {
                print "</feed>\n";
        }
 }
This page took 0.234957 seconds and 4 git commands to generate.