From cf924211cb8cc1a72c79410a21054eb378bb0c4b Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 7 Feb 2009 18:14:22 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8956 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abl-show.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/abl-show.cc') diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc index 0264ed4001..f64fa21dee 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -1088,8 +1088,8 @@ static bool _do_ability(const ability_def& abil) { case ABIL_MUMMY_RESTORATION: { - mpr( "You infuse your body with magical energy." ); - bool did_restore = restore_stat( STAT_ALL, 0, false ); + mpr("You infuse your body with magical energy."); + bool did_restore = restore_stat(STAT_ALL, 0, false); const int oldhpmax = you.hp_max; unrot_hp( 100 ); -- cgit v1.2.3-54-g00ecf