]> git.pond.sub.org Git - empserver/blobdiff - scripts/xdump.pl
Fix trailing whitespace
[empserver] / scripts / xdump.pl
index 7de9da548d9ff915a514bd13cd2868c8a5204c9c..1a6dbfce7022d096a9bb4c0df0be9059db5c3127 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # xdump example program.
-# Copyright (C) 2006-2007 Markus Armbruster
+# Copyright (C) 2006-2008 Markus Armbruster
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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++;
     }