From a25715a29b0587ae6795eef63a575172e2cb971d Mon Sep 17 00:00:00 2001 From: Ľubomír Remák Date: Sat, 4 Aug 2018 16:57:41 +0200 Subject: MUTATIONOFJB: Fix code formatting issues (with astyle). --- engines/mutationofjb/commands/ifitemcommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mutationofjb/commands/ifitemcommand.h') diff --git a/engines/mutationofjb/commands/ifitemcommand.h b/engines/mutationofjb/commands/ifitemcommand.h index df073b9fa4..86a5ad2684 100644 --- a/engines/mutationofjb/commands/ifitemcommand.h +++ b/engines/mutationofjb/commands/ifitemcommand.h @@ -39,7 +39,7 @@ public: class IfItemCommand : public ConditionalCommand { public: IfItemCommand(const Common::String &item, bool negative); - + virtual ExecuteResult execute(ScriptExecutionContext &scriptExecCtx) override; virtual Common::String debugString() const; -- cgit v1.2.3