From: Joey Hess Date: Thu, 22 Apr 2010 01:38:53 +0000 (-0400) Subject: indent X-Git-Tag: 3.20100427~73 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=32dd388f8dbb1f52a46c40a2e0b9a00eca43f40e;p=ikiwiki.git indent --- diff --git a/IkiWiki.pm b/IkiWiki.pm index 8af290745..0791e1e75 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -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}; }