summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 18:40:51 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 18:41:59 -0600
commit56865aec73520c32c908a60b0473bfdbade7563a (patch)
treed6d194c69df0b4b710b8dda77da6bfaeab344c91 /crawl-ref/source/item_use.cc
parent38a73fb2e3ce4a7755f3696f233232b10129a8ef (diff)
downloadcrawl-ref-56865aec73520c32c908a60b0473bfdbade7563a.tar.gz
crawl-ref-56865aec73520c32c908a60b0473bfdbade7563a.zip
Remove trailing whitespace.
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 217fc7444b..3ebb77b573 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -2271,7 +2271,7 @@ void throw_noise(actor* act, const bolt &pbolt, const item_def &ammo)
level = 7;
msg = "You hear a thunk.";
break;
-
+
default:
DEBUGSTR("Invalid launcher '%s'",
launcher->name(DESC_PLAIN).c_str());