summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-29 20:57:53 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-29 20:57:53 -0500
commit6aaff500074665ee2f94a44eef94eda7349e41ca (patch)
tree75a4e748476821366aa626c5880ed4dc2b699f0b /crawl-ref/source/misc.cc
parent84ad1b209d05df2964c8363e18a12fddbb5938bc (diff)
downloadcrawl-ref-6aaff500074665ee2f94a44eef94eda7349e41ca.tar.gz
crawl-ref-6aaff500074665ee2f94a44eef94eda7349e41ca.zip
Add whitespace fixes.
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 8df9415332..acb1c47807 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2094,7 +2094,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
else if (stair_find == DNGN_ABANDONED_SHOP)
mpr("This shop appears to be closed.");
else
- mpr( "You can't go down here!" );
+ mpr("You can't go down here!");
return;
}