diff options
| author | Ľubomír Remák | 2018-08-04 16:57:41 +0200 |
|---|---|---|
| committer | Eugene Sandulenko | 2018-08-25 23:12:01 +0200 |
| commit | a25715a29b0587ae6795eef63a575172e2cb971d (patch) | |
| tree | b10acdeffd001f507209799498a6e9f90a585e06 /engines/mutationofjb/commands/seqcommand.cpp | |
| parent | 6ff609c51478c07a00018e57d8149f09d97677e7 (diff) | |
| download | scummvm-rg350-a25715a29b0587ae6795eef63a575172e2cb971d.tar.gz scummvm-rg350-a25715a29b0587ae6795eef63a575172e2cb971d.tar.bz2 scummvm-rg350-a25715a29b0587ae6795eef63a575172e2cb971d.zip | |
MUTATIONOFJB: Fix code formatting issues (with astyle).
Diffstat (limited to 'engines/mutationofjb/commands/seqcommand.cpp')
| -rw-r--r-- | engines/mutationofjb/commands/seqcommand.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/mutationofjb/commands/seqcommand.cpp b/engines/mutationofjb/commands/seqcommand.cpp index 02164dcff7..4836d0357f 100644 --- a/engines/mutationofjb/commands/seqcommand.cpp +++ b/engines/mutationofjb/commands/seqcommand.cpp @@ -34,8 +34,7 @@ void SeqCommandParser::transition(ScriptParseContext &, Command *oldCommand, Com static_cast<SeqCommand *>(oldCommand)->setNextCommand(newCommand); } -void SeqCommand::setNextCommand(Command *nextCommand) -{ +void SeqCommand::setNextCommand(Command *nextCommand) { _nextCommand = nextCommand; } |
