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