]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/po.pm
po: fixed whitespace
[ikiwiki.git] / IkiWiki / Plugin / po.pm
index 1ef332d83b912c30eea567d116fe6b678cb549e1..2f6c89b4d7048c36e4a4a7a9f78901ed08cd6663 100644 (file)
@@ -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;
                        }