Skip to content

Commit

Permalink
few small changes on final line break
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Aug 26, 2019
1 parent 791e218 commit 6881301
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/Neo.Compiler.MSIL/MSIL/Conv_Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,4 @@ private void _insertEndCode(NeoMethod to, OpCode src)
_Insert1(VM.OpCode.DROP, "", to);
}
}
}
}
2 changes: 1 addition & 1 deletion src/Neo.Compiler.MSIL/MSIL/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1172,4 +1172,4 @@ 1 c3 PICKITEM
return skipcount;
}
}
}
}
2 changes: 1 addition & 1 deletion src/Neo.SmartContract.Framework/OpCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -722,4 +722,4 @@ public enum OpCode : byte
/// </summary>
THROWIFNOT = 0xF1
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ public void Test_AutoEntry_call02()
Assert.IsTrue(bequal);
}
}
}
}

0 comments on commit 6881301

Please sign in to comment.