Browse Source

Replace spaces with tabs.

pull/863/head
Daniel Grunwald 8 years ago
parent
commit
715fdcefe5
  1. 4
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/TrickyTypes.cs

4
ICSharpCode.Decompiler.Tests/TestCases/Correctness/TrickyTypes.cs

@ -20,8 +20,8 @@ using System; @@ -20,8 +20,8 @@ using System;
namespace ICSharpCode.Decompiler.Tests.TestCases.Correctness
{
class TrickyTypes
{
class TrickyTypes
{
static void Main()
{
InterestingConstants();

Loading…
Cancel
Save