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