From fc5f8fcd31b162545bd2cfaa4344e7ecc05bac31 Mon Sep 17 00:00:00 2001 From: RoosterDragon Date: Sun, 26 Sep 2021 09:59:02 +0100 Subject: [PATCH] Fix indent --- OpenRA.Platforms.Default/OpenGL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Platforms.Default/OpenGL.cs b/OpenRA.Platforms.Default/OpenGL.cs index f55c840410..5a19d68d70 100644 --- a/OpenRA.Platforms.Default/OpenGL.cs +++ b/OpenRA.Platforms.Default/OpenGL.cs @@ -19,7 +19,7 @@ using SDL2; namespace OpenRA.Platforms.Default { -#pragma warning disable IDE1006 // Naming Styles + #pragma warning disable IDE1006 // Naming Styles [SuppressMessage("Microsoft.StyleCop.CSharp.NamingRules", "SA1300:ElementMustBeginWithUpperCaseLetter", Justification = "C-style naming is kept for consistency with the underlying native API.")] [SuppressMessage("Microsoft.StyleCop.CSharp.NamingRules", "SA1310:FieldNamesMustNotContainUnderscore",