Consistency in namespace-closing comments
[folly.git] / folly / experimental / exception_tracer / ExceptionTracerLib.cpp
index 04d29e9cf3028abe9704bae99fd27f4a1ee08913..dcee56921e918d1c17bb173e6db2ab2f7d034be2 100644 (file)
@@ -84,8 +84,8 @@ DECLARE_CALLBACK(CxaRethrow);
 DECLARE_CALLBACK(CxaEndCatch);
 DECLARE_CALLBACK(RethrowException);
 
-} // exception_tracer
-} // folly
+} // namespace exception_tracer
+} // namespace folly
 
 // Clang is smart enough to understand that the symbols we're loading
 // are [[noreturn]], but GCC is not. In order to be able to build with