Consistently have the namespace closing comment
[folly.git] / folly / io / async / SSLOptions.cpp
index 8cd974376c4da1b1d2f383467a6b8b7d8494218d..771db00feb536b9a4b15995061732735b7cc50e1 100644 (file)
@@ -25,7 +25,7 @@ namespace ssl_options_detail {
 void logDfatal(std::exception const& e) {
   LOG(DFATAL) << exceptionStr(e);
 }
-}
+} // namespace ssl_options_detail
 
 constexpr std::array<const char*, 12> SSLCommonOptions::kCipherList;
 constexpr std::array<const char*, 8> SSLCommonOptions::kSignatureAlgorithms;