Przeglądaj źródła

Whitespace

Source commit: 869305d5d79e1352eed3b5dbd72dd3156cd4d9ea
Martin Prikryl 1 rok temu
rodzic
commit
70d0437f8f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      source/core/SessionData.cpp

+ 1 - 1
source/core/SessionData.cpp

@@ -5147,7 +5147,7 @@ void TStoredSessionList::ImportFromOpenssh(TStrings * Lines)
           UnicodeString Name = CutOpensshToken(Value);
           if ((Hosts->IndexOf(Name) < 0) && (Name.LastDelimiter(L"*?") == 0))
           {
-            std::unique_ptr <TSessionData> Data(new TSessionData(EmptyStr));
+            std::unique_ptr<TSessionData> Data(new TSessionData(EmptyStr));
             Data->CopyData(DefaultSettings);
             Data->Name = Name;
             Data->HostName = Name;