1
0
Эх сурвалжийг харах

Indentation

Source commit: a310711e7aaee274ea8d04f2d3086de3aa173999
Martin Prikryl 7 жил өмнө
parent
commit
79ca09ef3a

+ 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)
 bool __fastcall TSessionData::IsSameSite(const TSessionData * Other)
 {
 {
   return
   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)
 bool __fastcall TSessionData::IsInFolderOrWorkspace(UnicodeString AFolder)