From b7077e621c3eb495bc2acc0d66f55f87893c03d7 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 30 Oct 2009 10:36:00 -0500 Subject: Add formatting fixes. --- crawl-ref/source/itemprop.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/itemprop.cc') diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc index 0047599d6f..9d22deea8f 100644 --- a/crawl-ref/source/itemprop.cc +++ b/crawl-ref/source/itemprop.cc @@ -922,16 +922,15 @@ int get_ammo_brand( const item_def &item ) special_armour_type get_armour_ego_type( const item_def &item ) { - // Artefact armours have no ego type, must look up powers separately. + // Artefact armours have no ego type, must look up powers + // separately. if (item.base_type != OBJ_ARMOUR || is_artefact( item )) return (SPARM_NORMAL); return (static_cast(item.special)); } -// // Armour information and checking functions. -// bool hide2armour( item_def &item ) { if (item.base_type != OBJ_ARMOUR) @@ -1056,7 +1055,7 @@ bool armour_not_shiny( const item_def &item ) int armour_str_required( const item_def &arm ) { - ASSERT (arm.base_type == OBJ_ARMOUR ); + ASSERT( arm.base_type == OBJ_ARMOUR ); int ret = 0; -- cgit v1.2.3-54-g00ecf