summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 18:39:12 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 18:39:12 -0600
commit24998da9e6f7deb80fd5644cc2f1723434386c93 (patch)
tree4638bf753b880d6ea3b758f66016cdbe6fb6643d /crawl-ref/source/showsymb.h
parentc03846e3410d492f4da34b585413f43265a12dbb (diff)
downloadcrawl-ref-24998da9e6f7deb80fd5644cc2f1723434386c93.tar.gz
crawl-ref-24998da9e6f7deb80fd5644cc2f1723434386c93.zip
Remove trailing whitespace.
Diffstat (limited to 'crawl-ref/source/showsymb.h')
-rw-r--r--crawl-ref/source/showsymb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/showsymb.h b/crawl-ref/source/showsymb.h
index 2976ceccfe..d74016bcd3 100644
--- a/crawl-ref/source/showsymb.h
+++ b/crawl-ref/source/showsymb.h
@@ -16,7 +16,7 @@ unsigned grid_character_at(const coord_def &c);
unsigned get_symbol(show_type object, unsigned short *colour = NULL,
bool magic_mapped = false);
void get_symbol(const coord_def& where,
- show_type object, unsigned *ch,
+ show_type object, unsigned *ch,
unsigned short *colour,
bool magic_mapped = false);
void get_show_symbol(show_type object, unsigned *ch, unsigned short *colour);