Quellcode durchsuchen

Whitespace

(cherry picked from commit 9d63dc6289d254fce496d03393f80dc2529128f7)

Source commit: b295013eb99cceda41361208fc9b555f1612d008
Martin Prikryl vor 5 Jahren
Ursprung
Commit
e0f57ad80e
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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;