Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Bitcode / BitstreamReader.h
index 9201daf936d765dba2ac0afa82c06c3c4588c8d9..4c040a7f3e228267c8540127ac5280a61206a378 100644 (file)
@@ -512,6 +512,6 @@ public:
   bool ReadBlockInfoBlock();
 };
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif