From 9fbf9932e874845247f285e5c1c4f6c15b4cea58 Mon Sep 17 00:00:00 2001 From: brianluau Date: Mon, 30 Jan 2012 20:17:55 +0000 Subject: - Removed more trailing tabs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15527 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 3d60e06d0..c723d6d73 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -4524,7 +4524,7 @@ ACMD_FUNC(mapinfo) strcat(atcmd_output, "Leaves | "); /** * No longer available, keeping here just in case it's back someday. [Ind] - **/ + **/ //if (map[m_id].flag.rain) // strcat(atcmd_output, "Rain | "); if (map[m_id].flag.nightenabled) @@ -6319,7 +6319,7 @@ ACMD_FUNC(autolootitem) } /** * No longer available, keeping here just in case it's back someday. [Ind] - **/ + **/ /*========================================== * It is made to rain. *------------------------------------------*/ @@ -6477,7 +6477,7 @@ ACMD_FUNC(clearweather) nullpo_retr(-1, sd); /** * No longer available, keeping here just in case it's back someday. [Ind] - **/ + **/ //map[sd->bl.m].flag.rain=0; map[sd->bl.m].flag.snow=0; map[sd->bl.m].flag.sakura=0; @@ -9181,7 +9181,7 @@ bool is_atcommand(const int fd, struct map_session_data* sd, const char* message } while (*message == charcommand_symbol) - { + { //Checks to see if #command has a name or a name + parameters. x = sscanf(message, "%99s \"%23[^\"]\" %99[^\n]", command, charname, params); y = sscanf(message, "%99s %23s %99[^\n]", command, charname2, params2); @@ -9195,7 +9195,7 @@ bool is_atcommand(const int fd, struct map_session_data* sd, const char* message clif_displaymessage(fd, output); } else { sprintf(output, "Charcommand failed. Usage: # ."); - clif_displaymessage(fd, output); + clif_displaymessage(fd, output); } return true; } -- cgit v1.2.3-60-g2f50