StyleCop clean Map/*.cs files

This commit is contained in:
Matthias Mailänder
2013-08-25 14:30:00 +02:00
parent ae00cb3adf
commit ba13c1d982
16 changed files with 68 additions and 72 deletions

View File

@@ -16,7 +16,7 @@ namespace OpenRA.FileFormats
public readonly int2 Location;
public readonly int Depth;
public SmudgeReference( string type, int2 location, int depth )
public SmudgeReference(string type, int2 location, int depth)
{
Type = type;
Location = location;