summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dactions.cc
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-07-02 00:56:09 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-07-02 00:56:48 +0100
commitd04f6d48e6dba5bb9b57da01336788641913db09 (patch)
tree26e5e1ec54890902de9c04ff3c551e023db50073 /crawl-ref/source/dactions.cc
parent46145f21a918f476a62474fea9245eab015a9a4d (diff)
downloadcrawl-ref-d04f6d48e6dba5bb9b57da01336788641913db09.tar.gz
crawl-ref-d04f6d48e6dba5bb9b57da01336788641913db09.zip
Formatting fix
Diffstat (limited to 'crawl-ref/source/dactions.cc')
-rw-r--r--crawl-ref/source/dactions.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/dactions.cc b/crawl-ref/source/dactions.cc
index 75bd16126c..a4359a826d 100644
--- a/crawl-ref/source/dactions.cc
+++ b/crawl-ref/source/dactions.cc
@@ -360,6 +360,5 @@ static void _daction_hog_to_human(monster *mon)
if (could_see && !can_see)
mpr("The hog vanishes!");
else if (!could_see && can_see)
- mprf("%s appears from out of thin air!",
- mon->name(DESC_A).c_str());
+ mprf("%s appears from out of thin air!", mon->name(DESC_A).c_str());
}