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

@@ -19,10 +19,11 @@ namespace OpenRA.Support
public static class PerfHistory
{
static readonly Color[] Colors = { Color.Red, Color.Green,
Color.Orange, Color.Yellow,
Color.Fuchsia, Color.Lime,
Color.LightBlue, Color.Blue,
Color.White, Color.Teal };
Color.Orange, Color.Yellow,
Color.Fuchsia, Color.Lime,
Color.LightBlue, Color.Blue,
Color.White, Color.Teal };
static int nextColor;
public static Cache<string, PerfItem> Items = new Cache<string, PerfItem>(