aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/seqcommand.h
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.h
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.h')
-rw-r--r--engines/mutationofjb/commands/seqcommand.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/mutationofjb/commands/seqcommand.h b/engines/mutationofjb/commands/seqcommand.h
index 0fa30abaad..c3455cec89 100644
--- a/engines/mutationofjb/commands/seqcommand.h
+++ b/engines/mutationofjb/commands/seqcommand.h
@@ -28,8 +28,7 @@
namespace MutationOfJB {
-class SeqCommandParser : public CommandParser
-{
+class SeqCommandParser : public CommandParser {
public:
virtual void transition(ScriptParseContext &parseCtx, Command *oldCommand, Command *newCommand, CommandParser *newCommandParser) override;
};