summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-12-28 18:08:37 -0500
committerNeil Moore <neil@s-z.org>2012-12-28 18:09:02 -0500
commita686ed9f01008e00904f6be2fedd1bff41e661c7 (patch)
tree22721bb05ee14031a301324cd5a0a98bb360ebfb /crawl-ref/source/viewmap.cc
parentc19d3c1625ed01f4d0451dc7708dfd4693d8778b (diff)
downloadcrawl-ref-a686ed9f01008e00904f6be2fedd1bff41e661c7.tar.gz
crawl-ref-a686ed9f01008e00904f6be2fedd1bff41e661c7.zip
Formatting fixes.
Diffstat (limited to 'crawl-ref/source/viewmap.cc')
-rw-r--r--crawl-ref/source/viewmap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/viewmap.cc b/crawl-ref/source/viewmap.cc
index 6991298cf4..32ceb64c4e 100644
--- a/crawl-ref/source/viewmap.cc
+++ b/crawl-ref/source/viewmap.cc
@@ -870,7 +870,7 @@ bool show_map(level_pos &lpos,
// location. It silently ignores everything else going
// on in this function. --Enne
#ifdef USE_TILE_LOCAL
- if(first_run)
+ if (first_run)
{
tiles.update_tabs();
first_run = false;