From cdb20d58b5302b94a397be54290c4f544d673fd7 Mon Sep 17 00:00:00 2001 From: wowario Date: Fri, 1 Jun 2018 12:35:40 +0300 Subject: [PATCH] remove whitespace --- src/checkpoints/checkpoints.cpp | 3 --- src/cryptonote_core/blockchain.cpp | 2 -- src/device/log.cpp | 1 - src/p2p/net_node.inl | 2 -- 4 files changed, 8 deletions(-) diff --git a/src/checkpoints/checkpoints.cpp b/src/checkpoints/checkpoints.cpp index c7daa4da3..29acb126c 100755 --- a/src/checkpoints/checkpoints.cpp +++ b/src/checkpoints/checkpoints.cpp @@ -283,6 +283,3 @@ bool checkpoints::load_checkpoints_from_json(const std::string &json_hashfile_fu return result; } } - - - diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index e84518af0..ece8e5d0d 100755 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -4571,5 +4571,3 @@ bool Blockchain::for_all_outputs(uint64_t amount, std::function&, std::list&, std::list&) const; } - - diff --git a/src/device/log.cpp b/src/device/log.cpp index e581cb4cd..cbbcfc953 100644 --- a/src/device/log.cpp +++ b/src/device/log.cpp @@ -1,4 +1,3 @@ - // Copyright (c) 2017-2018, The Monero Project // // All rights reserved. diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 0199469ac..b28d8b36d 100755 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -380,7 +380,6 @@ namespace nodetool } return full_addrs; - } //----------------------------------------------------------------------------------- @@ -2047,4 +2046,3 @@ namespace nodetool } } } -