format everything

This commit is contained in:
Tropical
2026-04-01 13:48:29 -05:00
parent 3e813592e4
commit dd93cfe91e
380 changed files with 2698 additions and 2595 deletions

View File

@@ -28,6 +28,6 @@ void ToggleDownfallCommand::doToggleDownfall() {
}
std::shared_ptr<GameCommandPacket> ToggleDownfallCommand::preparePacket() {
return std::shared_ptr<GameCommandPacket>(
new GameCommandPacket(eGameCommand_ToggleDownfall, std::vector<uint8_t>()));
return std::shared_ptr<GameCommandPacket>(new GameCommandPacket(
eGameCommand_ToggleDownfall, std::vector<uint8_t>()));
}