Browse Source

Indentation

Source commit: 22ec7577a3991c09782813017d7a90500bf2a744
Martin Prikryl 3 years ago
parent
commit
52a5598429
1 changed files with 2 additions and 2 deletions
  1. 2 2
      source/filezilla/FtpControlSocket.cpp

+ 2 - 2
source/filezilla/FtpControlSocket.cpp

@@ -3604,8 +3604,8 @@ void CFtpControlSocket::FileTransfer(t_transferfile *transferfile/*=0*/,BOOL bFi
             {
               if (m_pDirectoryListing->direntry[i].name==remotefile)
               {
-                  pData->hasRemoteDate = true;
-                  pData->remoteDate = m_pDirectoryListing->direntry[i].date;
+                pData->hasRemoteDate = true;
+                pData->remoteDate = m_pDirectoryListing->direntry[i].date;
                 pData->transferdata.transfersize=m_pDirectoryListing->direntry[i].size;
               }
             }