]> the.earth.li Git - autodns.git/commitdiff
Trailing whitespace cleanup
authorJonathan McDowell <noodles@earth.li>
Wed, 1 Nov 2006 13:33:57 +0000 (13:33 +0000)
committerJonathan McDowell <noodles@earth.li>
Wed, 1 Nov 2006 13:33:57 +0000 (13:33 +0000)
Remove some trailing whitespace.

git-archimport-id: noodles@earth.li--pie/autodns--mainline--1.0--patch-18

autodns.pl

index ddb237c06155656a9d7ad3314b0464f9f165ad37..ab5859cb22c42bc636b3e54e55b6be59bb86c521 100755 (executable)
@@ -273,7 +273,7 @@ foreach (@GPGERROR) {
        chomp;
        if (/Signature made (.*) using.*ID (.*)$/) {
                $sigtime = str2time($1);
-               $gpguser=$2; 
+               $gpguser=$2;
        } elsif (/error/) {
                $gpggood = 0;
                print REPLY "Some errors ocurred\n";