From 130aa0f06be1e0a7b07d3f2ef9d2970b6fe779fc Mon Sep 17 00:00:00 2001 From: "Cheng Ho Ming, Eric" Date: Mon, 10 Jun 2024 22:15:17 +0800 Subject: [PATCH] Formatting: Run clang-format From Makefile: make fix --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index c2f8918..1306935 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -281,8 +281,8 @@ void next_round_routine(unsigned int & _rounds, std::vector & stocks_list } } -void initializePlayerSaves(std::vector & stocks_list, - std::vector & hsi_history) { +void initializePlayerSaves( + std::vector & stocks_list, std::vector & hsi_history) { std::string EMPTY_INPUT = ""; std::string loadsave = EMPTY_INPUT; while (loadsave.compare(EMPTY_INPUT) == 0) {