Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Target / NVPTX / NVPTXSubtarget.h
index d4520451d37d82d441df3ca24159e9a990d8ec0d..c7287719be5f37eb336fb9e35684016c1244dc18 100644 (file)
@@ -103,6 +103,6 @@ public:
   void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
 };
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif