ftpserver.pl: More whitespace corrections
authorSteve Holme <steve_holme@hotmail.com>
Sat, 31 Aug 2013 09:35:05 +0000 (10:35 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 31 Aug 2013 09:35:05 +0000 (10:35 +0100)
LIST_imap() had a second level of indentation at 9 characters and not 8.

tests/ftpserver.pl

index a574084..21d3c17 100755 (executable)
@@ -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;