Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Target / Mips / MipsSubtarget.h
index c8a2e4bd72c50d67498d5e48044ec264f645300f..5f9296812e1c7393b1037c4bd72ce0c38ebf369e 100644 (file)
@@ -292,6 +292,6 @@ public:
     return &InstrItins;
   }
 };
-} // namespace llvm
+} // End llvm namespace
 
 #endif