summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-31 21:43:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-31 21:43:28 +0000
commit772205173ae030ff4a8a6aa6ac73dd1bdbc69e24 (patch)
treef7cf51cac5fde52fd0b6476455111d0c7a043358 /crawl-ref/source/direct.cc
parent1856871a1ed3cc536b880e1a5a30b826af8f0d7b (diff)
downloadcrawl-ref-772205173ae030ff4a8a6aa6ac73dd1bdbc69e24.tar.gz
crawl-ref-772205173ae030ff4a8a6aa6ac73dd1bdbc69e24.zip
Add still more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3989 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/direct.cc')
-rw-r--r--crawl-ref/source/direct.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc
index 52290684a0..b7921d6a3f 100644
--- a/crawl-ref/source/direct.cc
+++ b/crawl-ref/source/direct.cc
@@ -467,7 +467,7 @@ void direction(dist& moves, targeting_type restricts,
{
mprf(MSGCH_PROMPT, "%s (%s)", prompt? prompt : "Aim",
target_mode_help_text(restricts));
-
+
if ((mode == TARG_ANY || mode == TARG_FRIEND)
&& moves.tx == you.x_pos && moves.ty == you.y_pos)
{