Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / Hexagon / HexagonAsmPrinter.h
index 792fc8b7af3a55180f4d06da0715827cb54d7826..f09a5b91fe8bd9d3308b9b0a47136a1288d2786f 100644 (file)
@@ -53,6 +53,6 @@ namespace llvm {
     static const char *getRegisterName(unsigned RegNo);
   };
 
-} // end of llvm namespace
+} // namespace llvm
 
 #endif