Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / CodeGen / AsmPrinter / WinException.h
index bbff3c24cffc087699023010838e624e349f9050..4e276bc95f2b668631cf8fa59fc4a365431c4be5 100644 (file)
@@ -70,7 +70,7 @@ public:
   /// Gather and emit post-function exception information.
   void endFunction(const MachineFunction *) override;
 };
-} // namespace llvm
+}
 
 #endif