summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-16 17:29:52 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-16 17:29:52 -0500
commitfbd3998f59e01195208f81543ade3086b5732157 (patch)
tree872222b08679328803a7d012da3372a3e99182d2 /crawl-ref/source/spells4.cc
parent241ceb5971b5c87b58e7f28f9fee417230561a5d (diff)
downloadcrawl-ref-fbd3998f59e01195208f81543ade3086b5732157.tar.gz
crawl-ref-fbd3998f59e01195208f81543ade3086b5732157.zip
Add minor cosmetic fixes.
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 3c10f9385a..3f6f187090 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1982,7 +1982,7 @@ static int _quadrant_blink(coord_def where, int pow, int, actor *)
coord_def origin = you.pos();
int res = move_player_to_grid(target, false, true, true);
- if(res)
+ if (res)
{
// Leave a purple cloud.
place_cloud(CLOUD_PURP_SMOKE, origin, 1 + random2(3), KC_YOU);