From aa51d3a1394c1a1dc251ba5526e939811221bbac Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 31 Aug 2013 10:35:05 +0100 Subject: ftpserver.pl: More whitespace corrections LIST_imap() had a second level of indentation at 9 characters and not 8. --- tests/ftpserver.pl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index a5740842c..21d3c1770 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; -- cgit v1.2.3