From 6881301b74f7afe7d62572b623584662e49cae63 Mon Sep 17 00:00:00 2001 From: Igor Machado Date: Tue, 27 Aug 2019 02:25:21 +0800 Subject: [PATCH] few small changes on final line break --- .editorconfig | 2 +- src/Neo.Compiler.MSIL/MSIL/Conv_Common.cs | 2 +- src/Neo.Compiler.MSIL/MSIL/Converter.cs | 2 +- src/Neo.SmartContract.Framework/OpCode.cs | 2 +- tests/Neo.Compiler.MSIL.UnitTests/UnitTest_AutoEntrypoint.cs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index cc48c6178..2cbe22498 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,4 +15,4 @@ insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 end_of_line = lf -indent_style = tab # TODO +#indent_style = tab # TODO diff --git a/src/Neo.Compiler.MSIL/MSIL/Conv_Common.cs b/src/Neo.Compiler.MSIL/MSIL/Conv_Common.cs index 1610e5d4e..02fb62a80 100644 --- a/src/Neo.Compiler.MSIL/MSIL/Conv_Common.cs +++ b/src/Neo.Compiler.MSIL/MSIL/Conv_Common.cs @@ -383,4 +383,4 @@ private void _insertEndCode(NeoMethod to, OpCode src) _Insert1(VM.OpCode.DROP, "", to); } } -} \ No newline at end of file +} diff --git a/src/Neo.Compiler.MSIL/MSIL/Converter.cs b/src/Neo.Compiler.MSIL/MSIL/Converter.cs index c7e7ba1b8..8f61c9ed3 100644 --- a/src/Neo.Compiler.MSIL/MSIL/Converter.cs +++ b/src/Neo.Compiler.MSIL/MSIL/Converter.cs @@ -1172,4 +1172,4 @@ 1 c3 PICKITEM return skipcount; } } -} \ No newline at end of file +} diff --git a/src/Neo.SmartContract.Framework/OpCode.cs b/src/Neo.SmartContract.Framework/OpCode.cs index a43e5a191..2de79b1fe 100644 --- a/src/Neo.SmartContract.Framework/OpCode.cs +++ b/src/Neo.SmartContract.Framework/OpCode.cs @@ -722,4 +722,4 @@ public enum OpCode : byte /// THROWIFNOT = 0xF1 } -} \ No newline at end of file +} diff --git a/tests/Neo.Compiler.MSIL.UnitTests/UnitTest_AutoEntrypoint.cs b/tests/Neo.Compiler.MSIL.UnitTests/UnitTest_AutoEntrypoint.cs index e398173c6..47a0b2bf2 100644 --- a/tests/Neo.Compiler.MSIL.UnitTests/UnitTest_AutoEntrypoint.cs +++ b/tests/Neo.Compiler.MSIL.UnitTests/UnitTest_AutoEntrypoint.cs @@ -54,4 +54,4 @@ public void Test_AutoEntry_call02() Assert.IsTrue(bequal); } } -} \ No newline at end of file +}