summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiles.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-07-27 02:37:37 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-07-28 07:30:48 +0200
commit76fc0d8475ea3ad98689dcb971da2ff988837523 (patch)
tree60411a5deb0c7d67b5894f39a12b1176aa1fd81a /crawl-ref/source/tiles.h
parentc2388105426bc7277bca52ef1fd236317f93eec8 (diff)
downloadcrawl-ref-76fc0d8475ea3ad98689dcb971da2ff988837523.tar.gz
crawl-ref-76fc0d8475ea3ad98689dcb971da2ff988837523.zip
Whitespace/brace fixes.
Diffstat (limited to 'crawl-ref/source/tiles.h')
-rw-r--r--crawl-ref/source/tiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h
index 90f15c0730..f0b4a3cc37 100644
--- a/crawl-ref/source/tiles.h
+++ b/crawl-ref/source/tiles.h
@@ -22,7 +22,7 @@ enum TextureID
struct tile_def
{
tile_def(tileidx_t _tile, TextureID _tex, int _ymax = TILE_Y)
- : tile(_tile), tex(_tex), ymax(_ymax){}
+ : tile(_tile), tex(_tex), ymax(_ymax) {}
tileidx_t tile;
TextureID tex;