Browse Source

As with every new file: convert spaces to tabs

pull/863/head
Daniel Grunwald 8 years ago
parent
commit
d6d6e17e8b
  1. 4
      ICSharpCode.Decompiler/IL/Transforms/NullableLiftingTransform.cs

4
ICSharpCode.Decompiler/IL/Transforms/NullableLiftingTransform.cs

@ -8,8 +8,8 @@ using ICSharpCode.Decompiler.TypeSystem; @@ -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<inputUType>.get_HasValue(ldloca v))

Loading…
Cancel
Save