mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 19:02:44 +08:00
fixing style to be consistent per @p12tic
This commit is contained in:
committed by
Adrian Lucrèce Céleste
parent
d4a2a055cc
commit
1b99390c96
@@ -712,10 +712,10 @@ SecureSocket::verifyCertFingerprint()
|
||||
std::ifstream file;
|
||||
file.open(trustedServersFilename.c_str());
|
||||
|
||||
if ( ! file.is_open() ) {
|
||||
LOG((CLOG_NOTE "Unable to open trustedServersFile: %s", trustedServersFilename.c_str() ));
|
||||
if (!file.is_open()) {
|
||||
LOG((CLOG_NOTE "Unable to open trustedServersFile: %s", trustedServersFilename.c_str() ));
|
||||
} else {
|
||||
LOG((CLOG_NOTE "Opened trustedServersFilename: %s", trustedServersFilename.c_str() ));
|
||||
LOG((CLOG_NOTE "Opened trustedServersFilename: %s", trustedServersFilename.c_str() ));
|
||||
}
|
||||
|
||||
bool isValid = false;
|
||||
|
||||
Reference in New Issue
Block a user