chore(net): tweak style

This commit is contained in:
fallenoak 2025-10-08 21:07:55 -05:00 committed by GitHub
parent 3fb9253374
commit 5e53390e6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ class ClientServices : public LoginResponse {
static Login* LoginConnection();
static void Logon(const char* accountName, const char* password);
static void SelectRealm(const char* realmName);
static void Send(CDataStore *msg);
static void Send(CDataStore* msg);
static void SetAccountName(const char* accountName);
static void SetCharacterInfo(const CHARACTER_INFO* info);
static void SetMessageHandler(NETMESSAGE msgId, MESSAGE_HANDLER handler, void* param);