From: Steve Holme Date: Sat, 31 Aug 2013 09:35:05 +0000 (+0100) Subject: ftpserver.pl: More whitespace corrections X-Git-Tag: curl-7_33_0~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa51d3a1394c1a1dc251ba5526e939811221bbac;p=thirdparty%2Fcurl.git ftpserver.pl: More whitespace corrections LIST_imap() had a second level of indentation at 9 characters and not 8. --- diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index a5740842c3..21d3c1770d 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -967,13 +967,13 @@ sub LIST_imap { logmsg "LIST_imap got $args\n"; if ($reference eq "verifiedserver") { - # this is the secret command that verifies that this actually is - # the curl test server - @data = ("* LIST () \"/\" \"WE ROOLZ: $$\"\r\n"); - if($verbose) { - print STDERR "FTPD: We returned proof we are the test server\n"; - } - logmsg "return proof we are we\n"; + # this is the secret command that verifies that this actually is + # the curl test server + @data = ("* LIST () \"/\" \"WE ROOLZ: $$\"\r\n"); + if($verbose) { + print STDERR "FTPD: We returned proof we are the test server\n"; + } + logmsg "return proof we are we\n"; } else { my $testno = $reference;