]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Mon, 25 Jan 2016 18:12:09 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Mon, 25 Jan 2016 18:12:09 +0000 (18:12 +0000)
src/clients/FtpRelay.cc
src/servers/FtpServer.cc

index 5f1c3d744788bb407eb17b5ffdfc99d94e08b5fc..be381fff5f3062f95f8b61ce2de65fff131abe16 100644 (file)
@@ -728,7 +728,7 @@ Ftp::Relay::finalizeDataDownload()
         if (Ftp::Server *srv = dynamic_cast<Ftp::Server*>(mgr.get())) {
             typedef NullaryMemFunT<Ftp::Server> CbDialer;
             AsyncCall::Pointer call = JobCallback(11, 3, CbDialer, srv,
-                                                        Ftp::Server::originDataCompletionCheckpoint);
+                                                  Ftp::Server::originDataCompletionCheckpoint);
             ScheduleCallHere(call);
         }
     }
index 340e1eeb73ce2178cb12a6bbd8440632fa9b48a8..7e8da52e677ee2bbce28193d11ea4b7feee0afbb 100644 (file)
@@ -314,7 +314,7 @@ Ftp::Server::clientPinnedConnectionClosed(const CommCloseCbParams &io)
 
     // TODO: If the server control connection is gone, reset state to login
     // again. Reseting login alone is not enough: FtpRelay::sendCommand() will
-    // not re-login because FtpRelay::serverState() is not going to be 
+    // not re-login because FtpRelay::serverState() is not going to be
     // fssConnected. Calling resetLogin() alone is also harmful because
     // it does not reset correctly the client-to-squid control connection (eg
     // respond if required with an error code, in all cases)