Mop up active Stylecop nits.

Style consistency cleanup.
This commit is contained in:
Peter Antal
2018-02-25 12:41:54 -08:00
committed by Paul Chote
parent 701675fd4c
commit 9ce0bcb0b7
4 changed files with 10 additions and 6 deletions

View File

@@ -385,7 +385,7 @@ namespace OpenRA.Mods.Cnc.FileFormats
MulBignumWord(esi, globOne, tmp, 2 * len);
if ((*edi & 0x8000) == 0)
{
if (0 != SubBigNum((uint*)esi, (uint*)esi, g1, 0, (int)len))
if (SubBigNum((uint*)esi, (uint*)esi, g1, 0, (int)len) != 0)
(*edi)--;
}
}