From 1d65d6d7543960f763119a09246886ecabcc837d Mon Sep 17 00:00:00 2001 From: Ilya Date: Thu, 18 Apr 2019 10:06:03 +0500 Subject: [PATCH] Run CodeFormatter for Eventing --- .../DotNetCode/Eventing/UnsafeNativeMethods.cs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/Microsoft.PowerShell.CoreCLR.Eventing/DotNetCode/Eventing/UnsafeNativeMethods.cs b/src/Microsoft.PowerShell.CoreCLR.Eventing/DotNetCode/Eventing/UnsafeNativeMethods.cs index 26e6a073e0e..a77a9abc9b3 100644 --- a/src/Microsoft.PowerShell.CoreCLR.Eventing/DotNetCode/Eventing/UnsafeNativeMethods.cs +++ b/src/Microsoft.PowerShell.CoreCLR.Eventing/DotNetCode/Eventing/UnsafeNativeMethods.cs @@ -1,14 +1,15 @@ + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +using System; +using System.Diagnostics.Eventing.Reader; +using System.Runtime.InteropServices; +using System.Security; +using System.Text; + namespace System.Diagnostics.Eventing { - using System; - using System.Runtime.InteropServices; - using System.Security; - using System.Text; - using System.Diagnostics.Eventing.Reader; - internal static class UnsafeNativeMethods { private const string FormatMessageDllName = "api-ms-win-core-localization-l1-2-0.dll";