summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index f6d5ae9471..e5b8d4c830 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3889,7 +3889,7 @@ static void mons_lose_attack_energy(monsters *attacker, int wpn_speed,
// attacks; subsequent hits are free.
if (which_attack > 1)
return;
-
+
// speed adjustment for weapon using monsters
if (wpn_speed > 0)
{