diff options
Diffstat (limited to 'LuaSL/src')
-rw-r--r-- | LuaSL/src/LuaSL_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_compile.c b/LuaSL/src/LuaSL_compile.c index 2ef8867..e9a22c1 100644 --- a/LuaSL/src/LuaSL_compile.c +++ b/LuaSL/src/LuaSL_compile.c | |||
@@ -1726,9 +1726,9 @@ static void outputRawStatement(FILE *file, outputMode mode, LSL_Statement *state | |||
1726 | fprintf(file, "%s", tokens[statement->type - lowestToken]->toKen); | 1726 | fprintf(file, "%s", tokens[statement->type - lowestToken]->toKen); |
1727 | if (OM_LUA == mode) | 1727 | if (OM_LUA == mode) |
1728 | { | 1728 | { |
1729 | fprintf(file, " "); | ||
1729 | if (LSL_ELSE != statement->type) | 1730 | if (LSL_ELSE != statement->type) |
1730 | { | 1731 | { |
1731 | fprintf(file, " "); | ||
1732 | if (statement->parenthesis) | 1732 | if (statement->parenthesis) |
1733 | outputRawParenthesisToken(file, mode, statement->parenthesis, ""); | 1733 | outputRawParenthesisToken(file, mode, statement->parenthesis, ""); |
1734 | else | 1734 | else |