ftpserver.pl: Corrected misaligned indentation in POP3 handlers
authorSteve Holme <steve_holme@hotmail.com>
Sat, 7 Sep 2013 22:14:54 +0000 (23:14 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 8 Sep 2013 01:48:33 +0000 (02:48 +0100)
commit7e06c336d691a18e193e2204ef97dacd8131acdb
tree8d7cd69ae079efd9e6d09f243ff2c82fae3fde17
parent8a4069fb177225eae21f1afeb4b44a727aa3fc37
ftpserver.pl: Corrected misaligned indentation in POP3 handlers

Fixed incorrect indentation used in both the RETR_pop3 and LIST_pop3
functions which was 5 and 9 characters rather than 4 and 8.
tests/ftpserver.pl