From f17c3bc02c9e82147fb471132940e84d227ec4bc Mon Sep 17 00:00:00 2001 From: brianluau Date: Mon, 30 Jan 2012 16:02:55 +0000 Subject: - Removed trailing tabs, and fixed some spacing. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15524 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 841e95df1..ea6c58d2b 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -386,7 +386,7 @@ int map_moveblock(struct block_list *bl, int x1, int y1, unsigned int tick) //Block not in map, just update coordinates, but do naught else. bl->x = x1; bl->y = y1; - return 0; + return 0; } //TODO: Perhaps some outs of bounds checking should be placed here? @@ -2960,7 +2960,7 @@ int map_readallmaps (void) ShowWarning("Map %s already loaded!"CL_CLL"\n", map[i].name); if (map[i].cell) { aFree(map[i].cell); - map[i].cell = NULL; + map[i].cell = NULL; } map_delmapid(i); maps_removed++; -- cgit v1.2.3-60-g2f50