summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-miscast.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-04 04:19:17 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-04 14:01:15 +0100
commit874b35f8dc77d710a94c1750d31d2bf27097f9e2 (patch)
tree39b4b3c88f5b91d8f0c3751d82adf4d2bc06e906 /crawl-ref/source/spl-miscast.cc
parent8f5ef8ea80c80ccec145a0327ab186904e28b482 (diff)
downloadcrawl-ref-874b35f8dc77d710a94c1750d31d2bf27097f9e2.tar.gz
crawl-ref-874b35f8dc77d710a94c1750d31d2bf27097f9e2.zip
Indentation fixes.
Diffstat (limited to 'crawl-ref/source/spl-miscast.cc')
-rw-r--r--crawl-ref/source/spl-miscast.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/spl-miscast.cc b/crawl-ref/source/spl-miscast.cc
index c1815de1c4..9cbfc42d0d 100644
--- a/crawl-ref/source/spl-miscast.cc
+++ b/crawl-ref/source/spl-miscast.cc
@@ -2579,15 +2579,15 @@ void MiscastEffect::_air(int severity)
case 8:
if (silenced(you.pos()))
{
- you_msg = "The wind whips around you!";
- mon_msg_seen = "The wind whips around @the_monster@!";
- mon_msg_unseen = "The wind whips!";
+ you_msg = "The wind whips around you!";
+ mon_msg_seen = "The wind whips around @the_monster@!";
+ mon_msg_unseen = "The wind whips!";
}
else
{
- you_msg = "The wind howls around you!";
- mon_msg_seen = "The wind howls around @the_monster@!";
- mon_msg_unseen = "The wind howls!";
+ you_msg = "The wind howls around you!";
+ mon_msg_seen = "The wind howls around @the_monster@!";
+ mon_msg_unseen = "The wind howls!";
}
break;
case 9: