]> git.pond.sub.org Git - empserver/blobdiff - scripts/xdump.pl
Fix trailing whitespace
[empserver] / scripts / xdump.pl
index 90cf798ad90dd00bb06ddc3f217f06f4ea425166..1a6dbfce7022d096a9bb4c0df0be9059db5c3127 100644 (file)
@@ -164,7 +164,7 @@ sub parse_xdump {
     my $n = 0;
     while ($data !~ /^\//) {
        ($_, $data) = split(/\n/, $data, 2);
-       my @fld = split(/ /);   
+       my @fld = split(/ /);
        &$store_record($tuid, $meta, $name, $n, \@fld, $timestamp);
        $n++;
     }