Browse Source

Stray space

(cherry picked from commit b31228669206d59f6a0c9ccf6edff4a6d23278df)

Source commit: 790015ee5d6c42a3f1bef9789d8c3acbf3471aa7
Martin Prikryl 4 years ago
parent
commit
026adbbaed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/SessionData.cpp

+ 1 - 1
source/core/SessionData.cpp

@@ -1804,7 +1804,7 @@ bool __fastcall TSessionData::HasAnySessionPassword()
   // Keep in sync with ClearSessionPasswords
   return
     HasPassword() ||
-    !FTunnelPassword.IsEmpty()  ||
+    !FTunnelPassword.IsEmpty() ||
     // will probably be never used
     !FNewPassword.IsEmpty();
 }