Browse Source

Fix whitespace

pull/1198/head
Siegfried Pammer 8 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 namespace ICSharpCode.ILSpy.TreeNodes.Analyzer
{ {
public static class Extensions public static class Extensions
{ {
public static TypeDefinitionHandle GetDeclaringType(this MethodDefinitionHandle method, MetadataReader metadata) public static TypeDefinitionHandle GetDeclaringType(this MethodDefinitionHandle method, MetadataReader metadata)
{ {
if (method.IsNil) if (method.IsNil)

Loading…
Cancel
Save