From 43a626570df9b076a236c229d6254d65a5c1bcfa Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Sat, 2 Jun 2018 10:51:16 +0200 Subject: [PATCH] Fix whitespace --- ILSpy/TreeNodes/Analyzer/Extensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ILSpy/TreeNodes/Analyzer/Extensions.cs b/ILSpy/TreeNodes/Analyzer/Extensions.cs index c67f062dc..1cfa8bfd4 100644 --- a/ILSpy/TreeNodes/Analyzer/Extensions.cs +++ b/ILSpy/TreeNodes/Analyzer/Extensions.cs @@ -8,8 +8,8 @@ using ICSharpCode.Decompiler; namespace ICSharpCode.ILSpy.TreeNodes.Analyzer { - public static class Extensions - { + public static class Extensions + { public static TypeDefinitionHandle GetDeclaringType(this MethodDefinitionHandle method, MetadataReader metadata) { if (method.IsNil)