Make sure braces for multi-line statements are on their own lines.
This commit is contained in:
@@ -15,11 +15,14 @@ namespace OpenRA.Support
|
||||
{
|
||||
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.Fuchsia, Color.Lime,
|
||||
Color.LightBlue, Color.Blue,
|
||||
Color.White, Color.Teal };
|
||||
Color.White, Color.Teal
|
||||
};
|
||||
|
||||
static int nextColor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user