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/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mutationofjb/script.cpp') diff --git a/engines/mutationofjb/script.cpp b/engines/mutationofjb/script.cpp index 3e93c47137..fb148c163f 100644 --- a/engines/mutationofjb/script.cpp +++ b/engines/mutationofjb/script.cpp @@ -103,7 +103,7 @@ bool ScriptParseContext::readLine(Common::String &line) { } return true; } - } while(!_stream.eos()); + } while (!_stream.eos()); return false; } -- cgit v1.2.3