Browse Source

Whitespace

Source commit: ad36599fc55d95e2bcf5ba4e246f2e713d5b7529
Martin Prikryl 5 years ago
parent
commit
9d63dc6289
1 changed files with 2 additions and 2 deletions
  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;