summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-21 11:07:15 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-21 11:07:15 +0200
commitc5a66a46ca0693f3b2ad6e47866b03d772cf34fd (patch)
treeb74be6feedc08ed50f3936d05c2c03b6dca32eeb /crawl-ref/source/tags.h
parent978f43a9532dfce7c0b00830858e7f03b5ae6a0b (diff)
downloadcrawl-ref-c5a66a46ca0693f3b2ad6e47866b03d772cf34fd.tar.gz
crawl-ref-c5a66a46ca0693f3b2ad6e47866b03d772cf34fd.zip
Remove spaces between function identifiers and arguments lists.
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index ad45234b15..702d063fc2 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -195,7 +195,7 @@ class short_read_exception : std::exception {};
int8_t unmarshallByte (reader &);
int16_t unmarshallShort (reader &);
-int32_t unmarshallInt (reader &);
+int32_t unmarshallInt (reader &);
float unmarshallFloat (reader &);
uint8_t unmarshallUByte (reader &);
bool unmarshallBoolean (reader &);