]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
indent
authorJoey Hess <joey@kitenet.net>
Thu, 22 Apr 2010 01:38:53 +0000 (21:38 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 22 Apr 2010 01:38:53 +0000 (21:38 -0400)
IkiWiki.pm

index 8af290745283a5bc86c45cc4bffb9e156cda5a05..0791e1e755911ef4659bd2b509abde467e99a426 100644 (file)
@@ -2221,7 +2221,7 @@ sub merge_influences {
        my $anded=shift;
 
        if (! $anded || (($this || %{$this->[1]}) &&
-                       ($other || %{$other->[1]}))) {
+                        ($other || %{$other->[1]}))) {
                foreach my $influence (keys %{$other->[1]}) {
                        $this->[1]{$influence} |= $other->[1]{$influence};
                }