Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / ARM / Thumb1InstrInfo.h
index f3f493d89237dce286bb0e3a721ae4c4278aef40..31b4df2e5b0ce21fbbe5122af6963777439d89d3 100644 (file)
@@ -58,6 +58,6 @@ private:
   void expandLoadStackGuard(MachineBasicBlock::iterator MI,
                             Reloc::Model RM) const override;
 };
   void expandLoadStackGuard(MachineBasicBlock::iterator MI,
                             Reloc::Model RM) const override;
 };
-}
+} // namespace llvm
 
 #endif
 
 #endif