Consistency in namespace-closing comments
[folly.git] / folly / experimental / exception_tracer / ExceptionTracer.cpp
index a5339853d7fbd30ad47a3979b1ba8456e6e3f6fd..232b09fc653a083827063324e9d1983f4383379c 100644 (file)
@@ -40,7 +40,7 @@ typedef StackTraceStack* (*GetExceptionStackTraceStackType)(void);
 GetExceptionStackTraceStackType getExceptionStackTraceStackFn;
 }
 
-}  // namespace
+} // namespace
 
 namespace folly {
 namespace exception_tracer {
@@ -110,7 +110,7 @@ bool isAbiCppException(const __cxa_exception* exc) {
   return (exc->unwindHeader.exception_class & 0xffffffff) == cppClass;
 }
 
-}  // namespace
+} // namespace
 
 std::vector<ExceptionInfo> getCurrentExceptions() {
   struct Once {
@@ -212,7 +212,7 @@ void unexpectedHandler() {
   origUnexpected();
 }
 
-}  // namespace
+} // namespace
 
 void installHandlers() {
   struct Once {
@@ -224,5 +224,5 @@ void installHandlers() {
   static Once once;
 }
 
-}  // namespace exception_tracer
-}  // namespace folly
+} // namespace exception_tracer
+} // namespace folly