Skip to content

Commit abc42a0

Browse files
committed
Proper code styling for asterisks 2
intif.h
1 parent 03a7aa0 commit abc42a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/map/intif.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ struct intif_interface {
6565
int pet_equip, short intimate, short hungry, char rename_flag, char incubate, char *pet_name);
6666
int (*saveregistry) (struct map_session_data *sd);
6767
int (*request_registry) (struct map_session_data *sd, int flag);
68-
void (*request_account_storage) (const struct map_session_data* sd, int storage_id);
69-
void (*send_account_storage) (struct map_session_data* sd, int storage_id);
68+
void (*request_account_storage) (const struct map_session_data *sd, int storage_id);
69+
void (*send_account_storage) (struct map_session_data *sd, int storage_id);
7070
int (*request_guild_storage) (int account_id, int guild_id);
7171
int (*send_guild_storage) (int account_id, struct guild_storage *gstor);
7272
int (*create_party) (struct party_member *member, const char *name, int item, int item2);

0 commit comments

Comments
 (0)