1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-20 10:17:05 +00:00

Corrects various indentation errors.

This commit is contained in:
Thomas Harte
2018-05-05 19:32:20 -04:00
committed by Thomas Harte
parent 3e0055737e
commit 1293d8b69e
8 changed files with 26 additions and 26 deletions
@@ -66,7 +66,7 @@ MultiJoystickMachine::MultiJoystickMachine(const std::vector<std::unique_ptr<::M
joystick_machines.push_back(joystick_machine);
total_joysticks = std::max(total_joysticks, joystick_machine->get_joysticks().size());
}
}
}
for(std::size_t index = 0; index < total_joysticks; ++index) {
joysticks_.emplace_back(new MultiJoystick(joystick_machines, index));