From 32dd388f8dbb1f52a46c40a2e0b9a00eca43f40e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 21 Apr 2010 21:38:53 -0400 Subject: [PATCH] indent --- IkiWiki.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; } -- 2.32.0.93.g670b81a890