Explorar o código

Whitespace

Source commit: ad36599fc55d95e2bcf5ba4e246f2e713d5b7529
Martin Prikryl %!s(int64=5) %!d(string=hai) anos
pai
achega
9d63dc6289
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      source/filezilla/FtpControlSocket.cpp

+ 2 - 2
source/filezilla/FtpControlSocket.cpp

@@ -3782,8 +3782,8 @@ void CFtpControlSocket::FileTransfer(t_transferfile *transferfile/*=0*/,BOOL bFi
       }
       if (pData->nGotTransferEndReply==3)
       {
-          // Not really sure about a reason for the m_pDataFile condition here
-          TransferFinished(m_pDataFile != NULL);
+        // Not really sure about a reason for the m_pDataFile condition here
+        TransferFinished(m_pDataFile != NULL);
         return;
       }
       break;