Remove trailing whitespaces

This commit is contained in:
Denton Liu
2016-08-24 11:43:55 -04:00
parent e20afc71ce
commit ac799aff0e
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -147,7 +147,7 @@ Never use tx.origin for authorization. Let's say you have a wallet contract like
::
contract TxUserWallet {
contract TxUserWallet {
address owner;
function TxUserWallet() {
@@ -164,7 +164,7 @@ Now someone tricks you into sending ether to the address of this attack wallet:
::
contract TxAttackWallet {
contract TxAttackWallet {
address owner;
function TxAttackWallet() {