Convert spaces to tabs (#13506)

* Convert spaces to tabs

* Desour reviews 1-3 fix

* Desour fixes

* Undo alignment changes
This commit is contained in:
Thresher
2023-05-26 09:13:57 -04:00
committed by GitHub
parent f4cb16cc2d
commit 00c647e4cc
19 changed files with 118 additions and 118 deletions

View File

@@ -33,9 +33,9 @@ enum ToClientConnectionState {
struct ToClientCommandHandler
{
const char* name;
ToClientConnectionState state;
void (Client::*handler)(NetworkPacket* pkt);
const char* name;
ToClientConnectionState state;
void (Client::*handler)(NetworkPacket* pkt);
};
struct ServerCommandFactory