From 6dc5194895b6bd61d19bf5c95021471784084325 Mon Sep 17 00:00:00 2001 From: untodesu Date: Tue, 1 Jul 2025 03:23:05 +0500 Subject: I forgot to set these to true in .clang-format https://files.catbox.moe/909rig.gif --- game/client/program.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'game/client/program.cc') 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& out_lines out_lines.push_back(std::string()); line_number += 1UL; - } else { + } + else { out_lines.push_back(line); line_number += 1UL; } -- cgit