From d104ce8a38126b3db9aa7d5c50e02c306ca0cc24 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 27 Sep 2008 21:40:54 +0000 Subject: Add whitespace fixes, git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7043 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/stuff.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/stuff.cc') diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc index 03b5ae9a54..adab2d84b7 100644 --- a/crawl-ref/source/stuff.cc +++ b/crawl-ref/source/stuff.cc @@ -1562,9 +1562,9 @@ int near_stairs(const coord_def &p, int max_dist, // Shouldn't happen for escape hatches. if (grid_is_escape_hatch(feat)) continue; - + stair_type = get_feature_dchar(feat); - + // Is it a branch stair? for (int i = 0; i < NUM_BRANCHES; ++i) { @@ -1616,7 +1616,7 @@ void zap_los_monsters() if (Options.tutorial_events[TUT_SEEN_FIRST_OBJECT]) { int item = igrd(g); - + if (item != NON_ITEM && is_valid_item(mitm[item]) ) destroy_item(item); } @@ -1627,7 +1627,7 @@ void zap_los_monsters() // If we ever allow starting with a friendly monster, // we'll have to check here. monsters *mon = &menv[imon]; - + if (mons_class_flag( mon->type, M_NO_EXP_GAIN )) continue; -- cgit v1.2.3-54-g00ecf