Skip to content

Commit

Permalink
Formatting: Run clang-format
Browse files Browse the repository at this point in the history
From Makefile: make fix
  • Loading branch information
eric15342335 committed Jun 10, 2024
1 parent 76ea22a commit fb13ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ void next_round_routine(unsigned int & _rounds, std::vector<Stock> & stocks_list
}
}

void initializePlayerSaves(std::vector<Stock> & stocks_list,
std::vector<float> & hsi_history) {
void initializePlayerSaves(
std::vector<Stock> & stocks_list, std::vector<float> & hsi_history) {
std::string EMPTY_INPUT = "";
std::string loadsave = EMPTY_INPUT;
while (loadsave.compare(EMPTY_INPUT) == 0) {
Expand Down

0 comments on commit fb13ce6

Please sign in to comment.