From bca0a29a7910c1ee917e90084e308eef70e121e8 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 6 Oct 2009 21:42:02 -0500 Subject: Add spacing fix. --- crawl-ref/source/item_use.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 440728ac2f..ff35c58065 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -2231,7 +2231,7 @@ bool throw_it(bolt &pbolt, int throw_2, bool teleport, int acc_bonus, else { message_current_target(); - direction( thr, DIR_NONE, TARG_HOSTILE); + direction(thr, DIR_NONE, TARG_HOSTILE); if (!thr.isValid) { -- cgit v1.2.3-54-g00ecf