Fix some whitespace formatting issues: stray tabs or spaces.
Wrap some long lines on affected code.
This commit is contained in:
@@ -71,7 +71,7 @@ namespace OpenRA.Mods.Common.Traits.Render
|
||||
return;
|
||||
|
||||
if (isSmoking) return;
|
||||
if (e.Damage.Value < 0) return; /* getting healed */
|
||||
if (e.Damage.Value < 0) return; /* getting healed */
|
||||
if (e.DamageState < info.MinimumDamageState) return;
|
||||
if (e.DamageState > info.MaximumDamageState) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user