From efa07aeb2debf3c8be1e9168eca69426d49f1c97 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 29 Oct 2009 19:24:03 -0500 Subject: Replace tabs with spaces. --- crawl-ref/source/crash-u.cc | 4 ++-- crawl-ref/source/makeitem.cc | 24 ++++++++++++------------ crawl-ref/source/shopping.cc | 12 ++++++------ 3 files changed, 20 insertions(+), 20 deletions(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/crash-u.cc b/crawl-ref/source/crash-u.cc index f7e6f8c14c..b63ed3b0b0 100644 --- a/crawl-ref/source/crash-u.cc +++ b/crawl-ref/source/crash-u.cc @@ -11,13 +11,13 @@ #endif #if defined(UNIX) - #define BACKTRACE_SUPPORTED + #define BACKTRACE_SUPPORTED #endif #ifdef BACKTRACE_SUPPORTED #if defined(TARGET_CPU_MIPS) || \ defined(TARGET_COMPILER_CYGWIN) - #undef BACKTRACE_SUPPORTED + #undef BACKTRACE_SUPPORTED #endif #endif diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc index 7eddd6fdb4..45ae4064c6 100644 --- a/crawl-ref/source/makeitem.cc +++ b/crawl-ref/source/makeitem.cc @@ -1732,18 +1732,18 @@ static special_missile_type _determine_missile_brand(const item_def& item, rc = SPMSL_FROST; else if (temp_rand < 80) rc = SPMSL_POISONED; - else if (temp_rand < 90) - rc = SPMSL_PENETRATION; - else if (temp_rand < 100) - rc = SPMSL_REAPING; - else if (temp_rand < 110) - rc = SPMSL_SILVER; - else if (temp_rand < 120) - rc = SPMSL_STEEL; - else if (temp_rand < 130) - rc = SPMSL_DISPERSAL; - else if (temp_rand < 150) - rc = SPMSL_EXPLODING; + else if (temp_rand < 90) + rc = SPMSL_PENETRATION; + else if (temp_rand < 100) + rc = SPMSL_REAPING; + else if (temp_rand < 110) + rc = SPMSL_SILVER; + else if (temp_rand < 120) + rc = SPMSL_STEEL; + else if (temp_rand < 130) + rc = SPMSL_DISPERSAL; + else if (temp_rand < 150) + rc = SPMSL_EXPLODING; else rc = SPMSL_NORMAL; } diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc index 5a82028d8c..749cb73143 100644 --- a/crawl-ref/source/shopping.cc +++ b/crawl-ref/source/shopping.cc @@ -1093,12 +1093,12 @@ unsigned int item_value( item_def item, bool ident ) break; case SPMSL_CURARE: - case SPMSL_PENETRATION: - case SPMSL_REAPING: - case SPMSL_SILVER: - case SPMSL_STEEL: - case SPMSL_DISPERSAL: - case SPMSL_EXPLODING: + case SPMSL_PENETRATION: + case SPMSL_REAPING: + case SPMSL_SILVER: + case SPMSL_STEEL: + case SPMSL_DISPERSAL: + case SPMSL_EXPLODING: valued *= 30; break; -- cgit v1.2.3-54-g00ecf