aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@exmulti.com>2012-09-18 15:07:58 -0400
committerJeff Garzik <jgarzik@redhat.com>2012-09-18 15:07:58 -0400
commitea0796bde3483189643894c6a47d31c0dba0c486 (patch)
tree1cfcad47fd235034085d354fe5021f100d2bda5d /src/addrman.h
parent8b371316c57ddec3f996f7e903de191da281a4ce (diff)
downloadbitcoin-ea0796bde3483189643894c6a47d31c0dba0c486.tar.xz
Trim trailing whitespace for src/*.{h,cpp}
Diffstat (limited to 'src/addrman.h')
-rw-r--r--src/addrman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addrman.h b/src/addrman.h
index 7c141c427b..7af6afd78f 100644
--- a/src/addrman.h
+++ b/src/addrman.h
@@ -214,7 +214,7 @@ protected:
// This is the only place where actual deletes occur.
// They are never deleted while in the "tried" table, only possibly evicted back to the "new" table.
int ShrinkNew(int nUBucket);
-
+
// Move an entry from the "new" table(s) to the "tried" table
// @pre vvUnkown[nOrigin].count(nId) != 0
void MakeTried(CAddrInfo& info, int nId, int nOrigin);