From 533796c8cabcf71b654d45531bb25f0ba3af1506 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 12 Oct 2009 20:11:00 -0500 Subject: Add whitespace fixes. --- crawl-ref/source/cloud.cc | 2 +- crawl-ref/source/losparam.cc | 2 +- crawl-ref/source/losparam.h | 2 +- crawl-ref/source/ouch.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc index 0da8010083..7591920662 100644 --- a/crawl-ref/source/cloud.cc +++ b/crawl-ref/source/cloud.cc @@ -195,7 +195,7 @@ void delete_cloud( int cloud ) && one_chance_in(3)) // Don't drown the player! feat = DNGN_DEEP_WATER; - else + else feat = grd(c.pos); if (grd(c.pos) != feat) diff --git a/crawl-ref/source/losparam.cc b/crawl-ref/source/losparam.cc index c0a3ed0298..9b83e28b11 100644 --- a/crawl-ref/source/losparam.cc +++ b/crawl-ref/source/losparam.cc @@ -1,6 +1,6 @@ /* * File: losparam.h - * Summary: Parameters for the LOS algorithm + * Summary: Parameters for the LOS algorithm */ #include "AppHdr.h" diff --git a/crawl-ref/source/losparam.h b/crawl-ref/source/losparam.h index 69e043e5fb..15f12d8d49 100644 --- a/crawl-ref/source/losparam.h +++ b/crawl-ref/source/losparam.h @@ -11,7 +11,7 @@ enum opacity_type OPC_CLEAR, OPC_HALF, // for opaque clouds; two or more block OPC_OPAQUE, - + NUM_OPACITIES }; diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc index 27b382fa6c..e52ed53ea6 100644 --- a/crawl-ref/source/ouch.cc +++ b/crawl-ref/source/ouch.cc @@ -953,7 +953,7 @@ void ouch(int dam, int death_source, kill_method_type death_type, dam -= you.magic_points; dec_mp(you.magic_points); } - + if (dam >= you.hp) { if (harm_protection_type hpt = god_protects_from_harm(you.religion)) -- cgit v1.2.3-54-g00ecf