Add utility function for loading certificates from a buffer
[folly.git] / folly / SafeAssert.cpp
index 37174c793ef10ade25a60efc29ec0607980fd5af..62f3bc447d89724a1975afea30012002a3c583f1 100644 (file)
@@ -49,4 +49,5 @@ void assertionFailure(const char* expr, const char* msg, const char* file,
   abort();
 }
 
-}}  // namespaces
+} // namespace detail
+} // namespace folly