diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-15 13:58:04 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-15 13:58:04 -0400 |
commit | 6a2f3ef4bd0649608592331ae52ca6895abdd2c4 (patch) | |
tree | c577c02d838f53b9dfce8842d9f3ed8f8f9c005f | |
parent | 97e9d99358a04ef0623e57e82e6a61d42b3f2a99 (diff) |
indentation
-rw-r--r-- | IkiWiki/Plugin/calendar.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/calendar.pm b/IkiWiki/Plugin/calendar.pm index fe4b16072..c25893f72 100644 --- a/IkiWiki/Plugin/calendar.pm +++ b/IkiWiki/Plugin/calendar.pm @@ -211,8 +211,8 @@ EOF # matching the pagespec are added or removed. add_depends($params{page}, $params{pages}); # Explicitly add all currently linked pages as dependencies, so - # that if they are removed, the calendar will be sure to be updated. - add_depends($params{page}, join(" or ", @list)); + # that if they are removed, the calendar will be sure to be updated. + add_depends($params{page}, join(" or ", @list)); return $calendar; } |