From 21361a5df873316c55c3e4e494249377149b2334 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 28 Sep 2008 19:46:18 +0000 Subject: Add whitespace fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7054 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spells2.cc') diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc index 258d8a69d8..c41e5a1709 100644 --- a/crawl-ref/source/spells2.cc +++ b/crawl-ref/source/spells2.cc @@ -280,7 +280,7 @@ bool brand_weapon(brand_type which_brand, int power) // Can't rebrand a temporarily-branded item to a different brand. if (temp_brand && (get_weapon_brand(weapon) != which_brand)) return (false); - + std::string msg = weapon.name(DESC_CAP_YOUR); const int wpn_type = get_vorpal_type(weapon); @@ -681,7 +681,7 @@ void cast_refrigeration(int pow) } // Now damage the creatures. - + // Set up the cold attack. bolt beam; beam.flavour = BEAM_COLD; -- cgit v1.2.3-54-g00ecf