From 00db1dd28778180603098b56cbf0fa12b58df4bb Mon Sep 17 00:00:00 2001 From: Haru Date: Fri, 11 Aug 2017 02:25:37 +0200 Subject: Whitespace fixes Signed-off-by: Haru --- src/map/clif.c | 4 ++-- src/map/intif.c | 2 +- src/map/rodex.c | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/map/clif.c b/src/map/clif.c index bd815e055..90813bd40 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -19235,7 +19235,7 @@ void clif_parse_rodex_open_write_mail(int fd, struct map_session_data *sd) { const struct PACKET_CZ_REQ_OPEN_WRITE_MAIL *rPacket = RFIFOP(fd, 0); int8 result = (rodex->isenabled() == true) ? 1 : 0; - + clif->rodex_open_write_mail(fd, rPacket->receiveName, result); } @@ -19243,7 +19243,7 @@ void clif_rodex_open_write_mail(int fd, const char *receiver_name, int8 result) { #if PACKETVER >= 20140416 struct PACKET_ZC_ACK_OPEN_WRITE_MAIL *sPacket = NULL; - + nullpo_retv(receiver_name); WFIFOHEAD(fd, sizeof(*sPacket)); diff --git a/src/map/intif.c b/src/map/intif.c index d4fa026a2..c33fbe55f 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -2595,7 +2595,7 @@ void intif_parse_RodexCheckName(int fd) if (reqchar_id <= 0) return; - + sd = map->charid2sd(reqchar_id); if (sd == NULL) // User is not online anymore diff --git a/src/map/rodex.c b/src/map/rodex.c index 507cbf2ca..c041ecc6b 100644 --- a/src/map/rodex.c +++ b/src/map/rodex.c @@ -124,7 +124,7 @@ void rodex_add_item(struct map_session_data *sd, int16 idx, int16 amount) clif->rodex_add_item_result(sd, idx, amount, RODEX_ADD_ITEM_NO_SPACE); return; } - + if (sd->rodex.tmp.items[i].item.amount + amount > sd->status.inventory[idx].amount) { clif->rodex_add_item_result(sd, idx, amount, RODEX_ADD_ITEM_FATAL_ERROR); return; @@ -194,7 +194,7 @@ void rodex_remove_item(struct map_session_data *sd, int16 idx, int16 amount) it->amount -= amount; sd->rodex.tmp.weight -= itd->weight * amount; - + clif->rodex_remove_item_result(sd, idx, it->amount); } @@ -237,7 +237,7 @@ int rodex_send_mail(struct map_session_data *sd, const char *receiver_name, cons } total_zeny = zeny + sd->rodex.tmp.items_count * ATTACHITEM_COST + (2 * zeny)/100; - + if (strcmp(receiver_name, sd->rodex.tmp.receiver_name) != 0) { rodex->clean(sd, 1); return RODEX_SEND_MAIL_RECEIVER_ERROR; @@ -260,7 +260,7 @@ int rodex_send_mail(struct map_session_data *sd, const char *receiver_name, cons } else { sc_start2(NULL, &sd->bl, SC_DAILYSENDMAILCNT, 100, date_get_date(), 1, INFINITE_DURATION); } - + for (i = 0; i < RODEX_MAX_ITEM; i++) { int16 idx = sd->rodex.tmp.items[i].idx; @@ -351,7 +351,7 @@ struct rodex_message *rodex_get_mail(struct map_session_data *sd, int64 mail_id) return NULL; msg = &VECTOR_INDEX(sd->rodex.messages, i); - + return msg; } @@ -543,7 +543,7 @@ void rodex_next_page(struct map_session_data *sd, int8 open_type, int64 last_mai { int64 msg_count, page_start = 0; nullpo_retv(sd); - + if (open_type == RODEX_OPENTYPE_ACCOUNT && battle_config.feature_rodex_use_accountmail == false) { // Should not happen open_type = RODEX_OPENTYPE_MAIL; -- cgit v1.2.3-60-g2f50