Add utility function for loading certificates from a buffer
[folly.git] / folly / SafeAssert.cpp
index 4f2db41a2d4515bbe60b1bf72cea80a748fb5f2c..62f3bc447d89724a1975afea30012002a3c583f1 100644 (file)
@@ -28,7 +28,7 @@ void writeStderr(const char* s, size_t len) {
 void writeStderr(const char* s) {
   writeStderr(s, strlen(s));
 }
-}  // namespace
+} // namespace
 
 void assertionFailure(const char* expr, const char* msg, const char* file,
                       unsigned int line, const char* function) {
@@ -49,4 +49,5 @@ void assertionFailure(const char* expr, const char* msg, const char* file,
   abort();
 }
 
-}}  // namespaces
+} // namespace detail
+} // namespace folly