Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / NVPTX / InstPrinter / NVPTXInstPrinter.h
index 02c5a210d0997efdc39a7b3f75b4904db345b077..8144f3fde730c8fc0314f1f10884b98389c687ae 100644 (file)
@@ -49,6 +49,6 @@ public:
                        raw_ostream &O, const char *Modifier = nullptr);
 };
 
-}
+} // namespace llvm
 
 #endif