Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / BPF / InstPrinter / BPFInstPrinter.h
index adcaff68693316b7778c8cdd0c5b27486907fa5f..cb074713cce594801e1173e25ae54988662e827a 100644 (file)
@@ -37,6 +37,6 @@ public:
   void printInstruction(const MCInst *MI, raw_ostream &O);
   static const char *getRegisterName(unsigned RegNo);
 };
-}
+} // namespace llvm
 
 #endif