Fix a collection of minor style violations.
This enables several new StyleCopAnalyzer rules to be enabled immediately during migration.
This commit is contained in:
@@ -248,7 +248,7 @@ namespace OpenRA.Mods.Common.FileFormats
|
||||
{
|
||||
*op++ = *ip++;
|
||||
if (t > 2)
|
||||
*op++ = *ip++;
|
||||
(*op++) = *ip++;
|
||||
}
|
||||
|
||||
t = *ip++;
|
||||
|
||||
Reference in New Issue
Block a user