From 4277eaea5e02fb69d64193a0395357e2c346afdb Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 21 Nov 2009 12:37:25 -0600 Subject: Add formatting fixes. This mostly puts && and || on the proper lines, per the style guide. --- crawl-ref/source/state.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/state.cc') diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc index 172383cba6..59f5e1188a 100644 --- a/crawl-ref/source/state.cc +++ b/crawl-ref/source/state.cc @@ -338,8 +338,8 @@ void game_state::inc_god_acting(god_type which_god, bool is_retribution) { ASSERT(which_god != GOD_NO_GOD); - if (god_act.which_god != GOD_NO_GOD && - god_act.which_god != which_god) + if (god_act.which_god != GOD_NO_GOD + && god_act.which_god != which_god) { ASSERT(god_act.depth >= 1); -- cgit v1.2.3-54-g00ecf