From: Jonathan McDowell Date: Wed, 1 Nov 2006 13:33:57 +0000 (+0000) Subject: Trailing whitespace cleanup X-Git-Url: https://the.earth.li/gitweb/?p=autodns.git;a=commitdiff_plain;h=fae89c9d1fd62220f75f63a550030fc7df76d7b2 Trailing whitespace cleanup Remove some trailing whitespace. git-archimport-id: noodles@earth.li--pie/autodns--mainline--1.0--patch-18 --- diff --git a/autodns.pl b/autodns.pl index ddb237c..ab5859c 100755 --- a/autodns.pl +++ b/autodns.pl @@ -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";