Run CodeFormatter for Eventing (#9394)

This commit is contained in:
Ilya 2019-04-19 08:21:22 +05:00 committed by GitHub
parent 213ff96e6d
commit c6269bd1a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";