summaryrefslogtreecommitdiffstats
path: root/game/client/program.cc
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/program.cc')
-rw-r--r--game/client/program.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/client/program.cc b/game/client/program.cc
index 7b908af..17441e6 100644
--- a/game/client/program.cc
+++ b/game/client/program.cc
@@ -30,7 +30,8 @@ static void parse_source(const char* source, std::vector<std::string>& out_lines
out_lines.push_back(std::string());
line_number += 1UL;
- } else {
+ }
+ else {
out_lines.push_back(line);
line_number += 1UL;
}