Skip to content

Commit 8e15879

Browse files
committed
chore: clang-format
1 parent 3886c37 commit 8e15879

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

addon/openssl-crypto.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,12 +446,12 @@ std::unique_ptr<CryptoHooks> createOpenSSLCryptoHooks() {
446446
} // namespace opensslcrypto
447447
} // namespace node_mongocrypt
448448

449-
#else // MONGOCRYPT_AVOID_OPENSSL_CRYPTO
449+
#else // MONGOCRYPT_AVOID_OPENSSL_CRYPTO
450450
namespace node_mongocrypt {
451451
namespace opensslcrypto {
452452
std::unique_ptr<CryptoHooks> createOpenSSLCryptoHooks() {
453453
return {};
454454
}
455-
}
456-
}
457-
#endif // MONGOCRYPT_AVOID_OPENSSL_CRYPTO
455+
} // namespace opensslcrypto
456+
} // namespace node_mongocrypt
457+
#endif // MONGOCRYPT_AVOID_OPENSSL_CRYPTO

0 commit comments

Comments
 (0)