فهرست منبع

Indentation

Source commit: a310711e7aaee274ea8d04f2d3086de3aa173999
Martin Prikryl 7 سال پیش
والد
کامیت
79ca09ef3a
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      source/core/SessionData.cpp

+ 4 - 4
source/core/SessionData.cpp

@@ -512,10 +512,10 @@ bool __fastcall TSessionData::IsSame(const TSessionData * Default, bool Advanced
 bool __fastcall TSessionData::IsSameSite(const TSessionData * Other)
 {
   return
-      (FSProtocol == Other->FSProtocol) &&
-      (HostName == Other->HostName) &&
-      (PortNumber == Other->PortNumber) &&
-      (UserName == Other->UserName);
+    (FSProtocol == Other->FSProtocol) &&
+    (HostName == Other->HostName) &&
+    (PortNumber == Other->PortNumber) &&
+    (UserName == Other->UserName);
 }
 //---------------------------------------------------------------------
 bool __fastcall TSessionData::IsInFolderOrWorkspace(UnicodeString AFolder)