summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-27 06:27:58 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-27 06:27:58 +0000
commit44be1815b2ee6cc66c3070544ca8ce7b97c682d4 (patch)
treee86c117b68b8a3ad14db7ba18fa86aa58c1a68db /crawl-ref/source/newgame.cc
parent463c60aa17f69e3845da6d9d5986bdf8d3c0345e (diff)
downloadcrawl-ref-44be1815b2ee6cc66c3070544ca8ce7b97c682d4.tar.gz
crawl-ref-44be1815b2ee6cc66c3070544ca8ce7b97c682d4.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8808 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 0f429441be..562a942b67 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1093,7 +1093,7 @@ static void _apply_job_colour(item_def &item)
{
if (!Options.classic_item_colours)
return;
-
+
if (item.base_type != OBJ_ARMOUR)
return;