]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 17 Jun 2016 18:12:11 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 17 Jun 2016 18:12:11 +0000 (18:12 +0000)
src/servers/FtpServer.cc

index 2ac9f19987599089106a5fc56408e6f64da50169..2e6e32cba1d4a7511285eab84656de58c291435e 100644 (file)
@@ -1737,7 +1737,7 @@ Ftp::Server::callException(const std::exception &e)
 void
 Ftp::Server::startWaitingForOrigin()
 {
-     if (!isOpen()) // if we are closing, nothing to do
+    if (!isOpen()) // if we are closing, nothing to do
         return;
 
     debugs(33, 5, "waiting for Ftp::Client data transfer to end");