Commit 641b7513 by Augusto Committed by Francisco Giordano

Fix ECRecovery contract indentation

Fix ident on github

Fix ident github

Fix ident on github
parent 4201d50d
...@@ -2,9 +2,9 @@ pragma solidity ^0.4.11; ...@@ -2,9 +2,9 @@ pragma solidity ^0.4.11;
/** /**
* Eliptic curve signature operations * Eliptic curve signature operations
* Based on https://gist.github.com/axic/5b33912c6f61ae6fd96d6c4a47afde6d * Based on https://gist.github.com/axic/5b33912c6f61ae6fd96d6c4a47afde6d
*/ */
library ECRecovery { library ECRecovery {
// Duplicate Solidity's ecrecover, but catching the CALL return value // Duplicate Solidity's ecrecover, but catching the CALL return value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment