summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godconduct.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-12-04 04:53:55 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-12-05 16:23:46 +0100
commit3cfba31e6efa38025156ee5a3a0ea006c85b5b6b (patch)
tree1a26f470e0ffac5ed8135c18886051d2f9b1632e /crawl-ref/source/godconduct.cc
parent9d7c2e8983cbe3e913a26016327e49e9bd189ca3 (diff)
downloadcrawl-ref-3cfba31e6efa38025156ee5a3a0ea006c85b5b6b.tar.gz
crawl-ref-3cfba31e6efa38025156ee5a3a0ea006c85b5b6b.zip
Indentation fixes.
Diffstat (limited to 'crawl-ref/source/godconduct.cc')
-rw-r--r--crawl-ref/source/godconduct.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/crawl-ref/source/godconduct.cc b/crawl-ref/source/godconduct.cc
index f09b7c4f45..b6b11f4952 100644
--- a/crawl-ref/source/godconduct.cc
+++ b/crawl-ref/source/godconduct.cc
@@ -203,13 +203,13 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
case DID_KILL_PLANT:
case DID_PLANT_KILLED_BY_SERVANT:
- // Piety loss but no penance for killing a plant.
- if (you.religion == GOD_FEDHAS)
- {
- retval = true;
- piety_change = -level;
- }
- break;
+ // Piety loss but no penance for killing a plant.
+ if (you.religion == GOD_FEDHAS)
+ {
+ retval = true;
+ piety_change = -level;
+ }
+ break;
case DID_ATTACK_NEUTRAL:
switch (you.religion)