Remove unnecessary parentheses
This commit is contained in:
@@ -250,7 +250,11 @@ namespace OpenRA.Mods.Cnc.FileFormats
|
||||
{
|
||||
*op++ = *ip++;
|
||||
if (t > 2)
|
||||
{
|
||||
#pragma warning disable IDE0047
|
||||
(*op++) = *ip++;
|
||||
#pragma warning restore IDE0047
|
||||
}
|
||||
}
|
||||
|
||||
t = *ip++;
|
||||
|
||||
Reference in New Issue
Block a user