Adjust indent to silence clang -Wmisleading-indentation

gcc treats the intervening lines since the last `if` as sufficient to
recognize this as not misleading.  clang does not.  Change the indent to
calm clang.
This commit is contained in:
Kp 2021-06-28 03:37:51 +00:00
parent f1606f7747
commit 40b0b6c8fb

View file

@ -2228,7 +2228,7 @@ static void collide_player_and_weapon(const vmobjptridx_t playerobj, const vmobj
// if (weapon->id == SMART_HOMING_ID)
// damage /= 4;
apply_damage_to_player( playerobj, killer, damage, 1);
apply_damage_to_player(playerobj, killer, damage, 1);
}
// Robots become aware of you if you get hit.