reformat everything with clang-format
This commit is contained in:
@ -18,7 +18,7 @@ namespace ix
|
||||
std::string certFile;
|
||||
// the key used for signing/encryption
|
||||
std::string keyFile;
|
||||
// the ca certificate (or certificate bundle) file containing
|
||||
// the ca certificate (or certificate bundle) file containing
|
||||
// certificates to be trusted by peers; use 'SYSTEM' to
|
||||
// leverage the system defaults, use 'NONE' to disable peer verification
|
||||
std::string caFile = "SYSTEM";
|
||||
|
Reference in New Issue
Block a user