remove whitespace

This commit is contained in:
wowario 2018-06-01 12:35:40 +03:00
parent 2fffd60e35
commit cdb20d58b5
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
4 changed files with 0 additions and 8 deletions

View File

@ -283,6 +283,3 @@ bool checkpoints::load_checkpoints_from_json(const std::string &json_hashfile_fu
return result;
}
}

View File

@ -4571,5 +4571,3 @@ bool Blockchain::for_all_outputs(uint64_t amount, std::function<bool(uint64_t he
namespace cryptonote {
template bool Blockchain::get_transactions(const std::vector<crypto::hash>&, std::list<transaction>&, std::list<crypto::hash>&) const;
}

View File

@ -1,4 +1,3 @@
// Copyright (c) 2017-2018, The Monero Project
//
// All rights reserved.

View File

@ -380,7 +380,6 @@ namespace nodetool
}
return full_addrs;
}
//-----------------------------------------------------------------------------------
@ -2047,4 +2046,3 @@ namespace nodetool
}
}
}