aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/seqcommand.cpp
diff options
context:
space:
mode:
authorĽubomír Remák2018-03-09 22:42:20 +0100
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commit5854d310eee2c4a6fc4d189009631d4042ce0df8 (patch)
tree8023c7933051afa020da7ded94908bf42e8cedf0 /engines/mutationofjb/commands/seqcommand.cpp
parentd3e281e24cb0ce522dc943b2d2a6bdde0766b62c (diff)
downloadscummvm-rg350-5854d310eee2c4a6fc4d189009631d4042ce0df8.tar.gz
scummvm-rg350-5854d310eee2c4a6fc4d189009631d4042ce0df8.tar.bz2
scummvm-rg350-5854d310eee2c4a6fc4d189009631d4042ce0df8.zip
MUTATIONOFJB: Fix some code formatting issues.
Diffstat (limited to 'engines/mutationofjb/commands/seqcommand.cpp')
-rw-r--r--engines/mutationofjb/commands/seqcommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mutationofjb/commands/seqcommand.cpp b/engines/mutationofjb/commands/seqcommand.cpp
index 6c167e946a..03d9538145 100644
--- a/engines/mutationofjb/commands/seqcommand.cpp
+++ b/engines/mutationofjb/commands/seqcommand.cpp
@@ -25,7 +25,7 @@
namespace MutationOfJB {
-void SeqCommandParser::transition(ScriptParseContext &, Command * oldCommand, Command * newCommand, CommandParser *) {
+void SeqCommandParser::transition(ScriptParseContext &, Command *oldCommand, Command *newCommand, CommandParser *) {
if (!oldCommand || !newCommand) {
warning(_("Unexpected empty command in transition"));
return;