summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ray.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-11 17:46:01 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-11 17:46:01 +0100
commit7c326d46f50ca8338d2743fc077094baf71d5acc (patch)
treeaee4d45a55714425e38220f180f85641ec777695 /crawl-ref/source/ray.cc
parentc59473b890933bb4372a8af87372912e4d4f0a79 (diff)
downloadcrawl-ref-7c326d46f50ca8338d2743fc077094baf71d5acc.tar.gz
crawl-ref-7c326d46f50ca8338d2743fc077094baf71d5acc.zip
Whitespace fixes.
Diffstat (limited to 'crawl-ref/source/ray.cc')
-rw-r--r--crawl-ref/source/ray.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ray.cc b/crawl-ref/source/ray.cc
index 9344a66bf3..db9d61cac7 100644
--- a/crawl-ref/source/ray.cc
+++ b/crawl-ref/source/ray.cc
@@ -195,7 +195,7 @@ bool ray_def::advance()
r.dir = _normalize(r.dir);
if (on_corner)
{
- ASSERT (is_corner(r.start));
+ ASSERT(is_corner(r.start));
on_corner = false;
_to_grid(&r, true);
}