From d6d6e17e8bc7b586c278432a2cb7441bc13c75dc Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sun, 17 Sep 2017 20:39:14 +0200 Subject: [PATCH] As with every new file: convert spaces to tabs --- .../IL/Transforms/NullableLiftingTransform.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ICSharpCode.Decompiler/IL/Transforms/NullableLiftingTransform.cs b/ICSharpCode.Decompiler/IL/Transforms/NullableLiftingTransform.cs index 2bf08146c..769ea0b45 100644 --- a/ICSharpCode.Decompiler/IL/Transforms/NullableLiftingTransform.cs +++ b/ICSharpCode.Decompiler/IL/Transforms/NullableLiftingTransform.cs @@ -8,8 +8,8 @@ using ICSharpCode.Decompiler.TypeSystem; namespace ICSharpCode.Decompiler.IL.Transforms { - class NullableLiftingTransform - { + class NullableLiftingTransform + { public static void Run(IfInstruction inst, ILTransformContext context) { // if (call Nullable.get_HasValue(ldloca v))