diff options
| author | untodesu <kirill@untode.su> | 2025-07-01 03:23:05 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-07-01 03:23:05 +0500 |
| commit | 6dc5194895b6bd61d19bf5c95021471784084325 (patch) | |
| tree | 705c35b3a671a09fc52b406dca81e7761729ded6 /game/client/program.cc | |
| parent | 44d91043f268d93dd08e99c5855bd29f85dd61a7 (diff) | |
| download | voxelius-6dc5194895b6bd61d19bf5c95021471784084325.tar.bz2 voxelius-6dc5194895b6bd61d19bf5c95021471784084325.zip | |
I forgot to set these to true in .clang-format
https://files.catbox.moe/909rig.gif
Diffstat (limited to 'game/client/program.cc')
| -rw-r--r-- | game/client/program.cc | 3 |
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; } |
