]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Tue, 15 Mar 2016 18:14:15 +0000 (18:14 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Tue, 15 Mar 2016 18:14:15 +0000 (18:14 +0000)
src/servers/FtpServer.cc
src/servers/FtpServer.h

index e5b06fd902a021d2423eb8ce2004450a7b0b215a..f25ee73d2e172be4552225e2ae6aaffa999d76c8 100644 (file)
@@ -1734,7 +1734,7 @@ Ftp::Server::stopWaitingForOrigin(int originStatus)
         return;
 
     // completeDataDownload() could be waitingForOrigin in fssHandleDataRequest
-    // Depending on which side has finished downloading first, either trust 
+    // Depending on which side has finished downloading first, either trust
     // master->userDataDone status or set originDataDownloadAbortedOnError:
     if (master->userDataDone) {
         // We finished downloading before Ftp::Client. Most likely, the
index 4717fa67cb2645056215e85de9262c95f7f07098..76107060e8a455e72e8f9a58ed8738e817cc833b 100644 (file)
@@ -41,7 +41,7 @@ class MasterState: public RefCountable
 public:
     typedef RefCount<MasterState> Pointer;
 
-MasterState(): serverState(fssBegin), clientReadGreeting(false), userDataDone(0) {}
+    MasterState(): serverState(fssBegin), clientReadGreeting(false), userDataDone(0) {}
 
     Ip::Address clientDataAddr; ///< address of our FTP client data connection
     SBuf workingDir; ///< estimated current working directory for URI formation