Browse Source

Fix whitespace

pull/1198/head
Siegfried Pammer 7 years ago
parent
commit
43a626570d
  1. 4
      ILSpy/TreeNodes/Analyzer/Extensions.cs

4
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)

Loading…
Cancel
Save