From 9adbeda686cbb09fea844d8638d13d64c49876ac Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 20 Nov 2009 17:49:40 -0600 Subject: Remove trailing whitespace. --- crawl-ref/source/tutorial.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/tutorial.cc') diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index fc18dad09e..e1be483bf9 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -3651,11 +3651,11 @@ void tutorial_describe_item(const item_def &item) "this tile of the ammo you want to fire, and then " "left mouse click on the monster you want " "to hit.\n\n" - + "To launch this ammo using the keyboard, you can " "simply "; -#endif - +#endif + ostr << "fire " << (item.quantity > 1 ? "these" : "this") << " " << item.name(DESC_BASENAME) -- cgit v1.2.3-54-g00ecf