Fix the wrong indentation in PerfHistory.cs
This commit is contained in:
@@ -19,10 +19,11 @@ namespace OpenRA.Support
|
|||||||
public static class PerfHistory
|
public static class PerfHistory
|
||||||
{
|
{
|
||||||
static readonly Color[] Colors = { Color.Red, Color.Green,
|
static readonly Color[] Colors = { Color.Red, Color.Green,
|
||||||
Color.Orange, Color.Yellow,
|
Color.Orange, Color.Yellow,
|
||||||
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>(
|
||||||
|
|||||||
Reference in New Issue
Block a user