浏览代码

Fixing indentation

Source commit: 7f8b13cf38fbc0ab62e2f04bc6cc1be81416d452
Martin Prikryl 4 年之前
父节点
当前提交
e27595b329
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/filezilla/AsyncSslSocketLayer.cpp

+ 1 - 1
source/filezilla/AsyncSslSocketLayer.cpp

@@ -339,7 +339,7 @@ void CAsyncSslSocketLayer::OnSend(int nErrorCode)
     if (m_nShutDown == 1 && ShutDownComplete())
     {
       //Send shutdown notification if all pending data has been sent
-            // FileZilla3 calls ShutDownNext() here
+      // FileZilla3 calls ShutDownNext() here
       DoLayerCallback(LAYERCALLBACK_LAYERSPECIFIC, SSL_INFO, SSL_INFO_SHUTDOWNCOMPLETE);
       m_nShutDown++;
     }