Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / DebugInfo / PDB / IPDBSourceFile.h
index 8081ea5d7712ced7a417a37bd59207741d411051..55000eff02f02fd38adb2a51baa3925a42629574 100644 (file)
@@ -32,6 +32,6 @@ public:
   virtual PDB_Checksum getChecksumType() const = 0;
   virtual std::unique_ptr<IPDBEnumSymbols> getCompilands() const = 0;
 };
-} // namespace llvm
+}
 
 #endif