summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 17:49:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 17:49:47 +0000
commitf0c54ae2b5ef64fa7ca801ef3c4db9eedde698fd (patch)
tree06b9c5edb51d57a2497ef7b1c3c66c7cf0b34dfe /crawl-ref
parent5c424327fad92d7083ec5f8a6e4e958680f0ba96 (diff)
downloadcrawl-ref-f0c54ae2b5ef64fa7ca801ef3c4db9eedde698fd.tar.gz
crawl-ref-f0c54ae2b5ef64fa7ca801ef3c4db9eedde698fd.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8332 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 39d115431a..aeb1c84ec5 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -7300,7 +7300,7 @@ actor *monsters::get_foe() const
if (foe == MHITNOT)
return (NULL);
else if (foe == MHITYOU)
- return (mons_friendly(this)? NULL : &you);
+ return (mons_friendly(this) ? NULL : &you);
// Must be a monster!
monsters *my_foe = &menv[foe];