From 94b3f24afa5e77bf770fdf90cf446396165b82c6 Mon Sep 17 00:00:00 2001 From: gumi Date: Tue, 19 Sep 2017 17:15:52 -0400 Subject: remove trailing whitespaces from source --- src/char/char.c | 2 +- src/char/int_auction.c | 2 +- src/char/int_party.c | 2 +- src/char/int_rodex.c | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/char') diff --git a/src/char/char.c b/src/char/char.c index 12dc2554a..fc2f28997 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -927,7 +927,7 @@ int char_memitemdata_to_sql(const struct item *p_items, int guid, enum inventory if (SQL_ERROR == SQL->QueryStr(inter->sql_handle, StrBuf->Value(&buf))) Sql_ShowDebug(inter->sql_handle); } - + aFree(deletes); } diff --git a/src/char/int_auction.c b/src/char/int_auction.c index 2dd65f213..05914c3a0 100644 --- a/src/char/int_auction.c +++ b/src/char/int_auction.c @@ -113,7 +113,7 @@ unsigned int inter_auction_create(struct auction_data *auction) StrBuf->Printf(&buf, ",'%d'", auction->item.card[j]); for (j = 0; j < MAX_ITEM_OPTIONS; j++) StrBuf->Printf(&buf, ",'%d','%d'", auction->item.option[j].index, auction->item.option[j].value); - + StrBuf->AppendStr(&buf, ")"); stmt = SQL->StmtMalloc(inter->sql_handle); diff --git a/src/char/int_party.c b/src/char/int_party.c index 4b6800699..764387981 100644 --- a/src/char/int_party.c +++ b/src/char/int_party.c @@ -633,7 +633,7 @@ int mapif_parse_PartyLeave(int fd, int party_id, int account_id, int char_id) return 0; //Member not found? mapif->party_withdraw(party_id, account_id, char_id); - + j = p->party.member[i].lv; if (p->party.member[i].online > 0) p->party.count--; diff --git a/src/char/int_rodex.c b/src/char/int_rodex.c index 1fa76e4db..c45c88eb0 100644 --- a/src/char/int_rodex.c +++ b/src/char/int_rodex.c @@ -200,8 +200,8 @@ static bool inter_rodex_hasnew(int char_id, int account_id) { int count = 0; char *data; - - if (SQL_ERROR == SQL->Query(inter->sql_handle, + + if (SQL_ERROR == SQL->Query(inter->sql_handle, "SELECT count(*) FROM `%s` WHERE (" "(`expire_date` > '%d' AND (`receiver_id` = '%d' OR `receiver_accountid` = '%d')) OR" "(`sender_id` = '%d' AND `expire_date` <= '%d' AND `send_date` + '%d' > '%d')" @@ -212,7 +212,7 @@ static bool inter_rodex_hasnew(int char_id, int account_id) Sql_ShowDebug(inter->sql_handle); return -1; } - + if (SQL_SUCCESS != SQL->NextRow(inter->sql_handle)) return false; @@ -407,12 +407,12 @@ void mapif_parse_rodex_updatemail(int fd) if (SQL_ERROR == SQL->Query(inter->sql_handle, "UPDATE `%s` SET `is_read` = 1 WHERE `mail_id` = '%"PRId64"'", rodex_db, mail_id)) Sql_ShowDebug(inter->sql_handle); break; - + case 1: // Get Zeny if (SQL_ERROR == SQL->Query(inter->sql_handle, "UPDATE `%s` SET `zeny` = 0, `type` = `type` & (~2) WHERE `mail_id` = '%"PRId64"'", rodex_db, mail_id)) Sql_ShowDebug(inter->sql_handle); break; - + case 2: // Get Items if (SQL_ERROR == SQL->Query(inter->sql_handle, "DELETE FROM `%s` WHERE `mail_id` = '%"PRId64"'", rodex_item_db, mail_id)) Sql_ShowDebug(inter->sql_handle); @@ -436,7 +436,7 @@ void mapif_rodex_send(int fd, int sender_id, int receiver_id, int receiver_accou { Assert_retv(sender_id >= 0); Assert_retv(receiver_id + receiver_accountid > 0); - + WFIFOHEAD(fd,15); WFIFOW(fd,0) = 0x3897; WFIFOL(fd,2) = sender_id; -- cgit v1.2.3-60-g2f50