summaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-11-06 13:55:03 +0100
committerintrigeri <intrigeri@boum.org>2008-11-06 13:55:03 +0100
commit7ad5c5cbdce6316b8d04fcbb3284b26e4b2c36da (patch)
tree18c361016ddbefc37cd216a3b890c3495b884e12 /IkiWiki
parent769be3d48e5612a73232b868cbd6cd35ab3515df (diff)
po: fixed whitespace
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/po.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm
index 1ef332d83..2f6c89b4d 100644
--- a/IkiWiki/Plugin/po.pm
+++ b/IkiWiki/Plugin/po.pm
@@ -105,7 +105,7 @@ sub checkconfig () { #{{{
}
map {
islanguagecode($_)
- or error(sprintf(gettext("%s is not a valid language code"), $_));
+ or error(sprintf(gettext("%s is not a valid language code"), $_));
} ($config{po_master_language}{code}, keys %{$config{po_slave_languages}});
if (! exists $config{po_translatable_pages} ||
! defined $config{po_translatable_pages}) {
@@ -216,7 +216,7 @@ sub needsbuild () { #{{{
}
}
if (@pofiles) {
- refreshpofiles($file, @pofiles) ;
+ refreshpofiles($file, @pofiles);
map { IkiWiki::rcs_add($_); } @pofiles if ($config{rcs});
$updated_po_files = 1;
}