Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / CrashRecoveryContext.h
index c08c3c1f0d2156de6e1994638e4bece66a98e2f5..13aff7a37b7a95cb70ca00974cbf3b08025da9c7 100644 (file)
@@ -199,6 +199,6 @@ public:
     cleanup = 0;
   }
 };
-}
+} // namespace llvm
 
 #endif