refactor: format all files
This commit is contained in:
@@ -231,7 +231,7 @@ void capValues(int* values, int& value) {
|
||||
for (int j = 0; j < 16; j++) {
|
||||
total += values[j];
|
||||
}
|
||||
if(total == 13)
|
||||
if (total == 13)
|
||||
value--;
|
||||
}
|
||||
|
||||
@@ -278,7 +278,7 @@ void renderSummonMenu() {
|
||||
ImGui::PopID();
|
||||
}
|
||||
ImGui::PopItemWidth();
|
||||
if(ImGui::Button("Send")){
|
||||
if (ImGui::Button("Send")) {
|
||||
std::cout << "Sending Troops ...\n";
|
||||
}
|
||||
ImGui::End();
|
||||
|
||||
Reference in New Issue
Block a user