Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / DebugInfo / PDB / PDBExtras.h
index 48ce1c127196f4c2575d09b55788d5e8cdbae1b0..64f9694147df5b4e7e761542de21471b64cba1fb 100644 (file)
@@ -33,6 +33,6 @@ raw_ostream &operator<<(raw_ostream &OS, const PDB_UniqueId &Id);
 raw_ostream &operator<<(raw_ostream &OS, const Variant &Value);
 raw_ostream &operator<<(raw_ostream &OS, const VersionInfo &Version);
 raw_ostream &operator<<(raw_ostream &OS, const TagStats &Stats);
-}
+} // namespace llvm
 
 #endif