Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / BPF / BPFInstrInfo.h
index ac60188804d22d4816d5bcc59a85769cf76839ba..bd96f76a80756b7dc1c33d38fd49ed3fcd0a8980 100644 (file)
@@ -54,6 +54,6 @@ public:
                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
                         DebugLoc DL) const override;
 };
-}
+} // namespace llvm
 
 #endif