From 56abc8d718fa656c2a928427fa72cb0a30fd83f6 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 17 Oct 2008 01:56:34 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7267 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.cc') diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc index 0854a8e308..589315ca3f 100644 --- a/crawl-ref/source/spells2.cc +++ b/crawl-ref/source/spells2.cc @@ -1757,7 +1757,7 @@ bool cast_conjure_ball_lightning(int pow, god_type god) } // If we fail, we'll try the ol' summon next to player trick. - if ( !found ) + if (!found) target = you.pos(); int monster = -- cgit v1.2.3-54-g00ecf