Преглед изворни кода

Whitespace

(cherry picked from commit 9d63dc6289d254fce496d03393f80dc2529128f7)

Source commit: b295013eb99cceda41361208fc9b555f1612d008
Martin Prikryl пре 5 година
родитељ
комит
e0f57ad80e
1 измењених фајлова са 2 додато и 2 уклоњено
  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;