fix indentation

This commit is contained in:
maxim-voronko
2019-08-23 11:24:34 +03:00
parent 09745d39e7
commit 1f26cf8ecf

View File

@@ -308,7 +308,7 @@ void Context::acquireSchannelCredentials(CredHandle& credHandle) const
schannelCred.dwFlags |= SCH_USE_STRONG_CRYPTO;
#endif
schannelCred.hRootStore = isForServerUse() ? _hCollectionCertStore : NULL;
schannelCred.hRootStore = isForServerUse() ? _hCollectionCertStore : NULL;
TimeStamp tsExpiry;
tsExpiry.LowPart = tsExpiry.HighPart = 0;