From 6aaff500074665ee2f94a44eef94eda7349e41ca Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 29 Oct 2009 20:57:53 -0500 Subject: Add whitespace fixes. --- crawl-ref/source/misc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref') 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; } -- cgit v1.2.3-54-g00ecf