Fix some whitespace formatting issues: stray tabs or spaces.
Wrap some long lines on affected code.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
// Don't track healing
|
||||
if (e.Damage.Value < 0)
|
||||
return;
|
||||
return;
|
||||
|
||||
// Only track last hit against our harvesters
|
||||
if (!self.Info.HasTraitInfo<HarvesterInfo>())
|
||||
|
||||
Reference in New Issue
Block a user