diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-08-31 10:35:05 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-08-31 10:35:05 +0100 |
commit | aa51d3a1394c1a1dc251ba5526e939811221bbac (patch) | |
tree | a7f0119e7a7b0b36bb900c69f1fe9fe7ff10b2cd /tests | |
parent | 64c89090718499bd499522c1668c6e0ef00567f9 (diff) |
ftpserver.pl: More whitespace corrections
LIST_imap() had a second level of indentation at 9 characters and not 8.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ftpserver.pl | 14 |
1 files 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; |