Fix the wrong indentation in PerfHistory.cs

This commit is contained in:
abcdefg30
2015-02-16 18:04:57 +01:00
parent c5a5bb0844
commit fb8ac18522

View File

@@ -23,6 +23,7 @@ namespace OpenRA.Support
Color.Fuchsia, Color.Lime, Color.Fuchsia, Color.Lime,
Color.LightBlue, Color.Blue, Color.LightBlue, Color.Blue,
Color.White, Color.Teal }; Color.White, Color.Teal };
static int nextColor; static int nextColor;
public static Cache<string, PerfItem> Items = new Cache<string, PerfItem>( public static Cache<string, PerfItem> Items = new Cache<string, PerfItem>(