Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / Mips / MipsMCInstLower.h
index 1ce27e40185032f574237ea7100ba6c9d8a659a1..a8bd1cd78d1de52eaaf01ce7bdcef04d74c3c205 100644 (file)
@@ -45,6 +45,6 @@ private:
                             MCSymbolRefExpr::VariantKind Kind) const;
   bool lowerLongBranch(const MachineInstr *MI, MCInst &OutMI) const;
 };
-}
+} // namespace llvm
 
 #endif