mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-24 11:32:43 +03:00
fixing style to be consistent per @p12tic
This commit is contained in:
parent
d4a2a055cc
commit
1b99390c96
@ -712,7 +712,7 @@ SecureSocket::verifyCertFingerprint()
|
|||||||
std::ifstream file;
|
std::ifstream file;
|
||||||
file.open(trustedServersFilename.c_str());
|
file.open(trustedServersFilename.c_str());
|
||||||
|
|
||||||
if ( ! file.is_open() ) {
|
if (!file.is_open()) {
|
||||||
LOG((CLOG_NOTE "Unable to open trustedServersFile: %s", trustedServersFilename.c_str() ));
|
LOG((CLOG_NOTE "Unable to open trustedServersFile: %s", trustedServersFilename.c_str() ));
|
||||||
} else {
|
} else {
|
||||||
LOG((CLOG_NOTE "Opened trustedServersFilename: %s", trustedServersFilename.c_str() ));
|
LOG((CLOG_NOTE "Opened trustedServersFilename: %s", trustedServersFilename.c_str() ));
|
||||||
|
Loading…
Reference in New Issue
Block a user