Fixing code style

Cleaning up this code.
This commit is contained in:
Reason
2023-06-08 18:07:25 -04:00
committed by Martin Michelsen
parent 95346118f0
commit 3ef2f76705
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -989,7 +989,7 @@ static bool drop_item(
return true;
}
static void on_enemy_drop_item_request(shared_ptr<ServerState>s,
static void on_enemy_drop_item_request(shared_ptr<ServerState> s,
shared_ptr<Lobby> l, shared_ptr<Client> c, uint8_t command, uint8_t flag,
const string& data) {
if (!l->is_game()) {