Remove trailing whitespace in all contract files.

This commit is contained in:
Daniel Kirchner
2018-08-01 21:57:12 +02:00
parent 1f832e068b
commit 8781990ff3
43 changed files with 792 additions and 792 deletions
+2 -2
View File
@@ -3,12 +3,12 @@ pragma solidity ^0.4.11;
import "./safeMath.sol";
contract multiOwner is safeMath {
mapping(address => bool) public owners;
uint256 public ownerCount;
mapping(bytes32 => address[]) public doDB;
/*
Constructor
*/