summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
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);