From ea0796bde3483189643894c6a47d31c0dba0c486 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 18 Sep 2012 15:07:58 -0400 Subject: Trim trailing whitespace for src/*.{h,cpp} --- src/addrman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/addrman.h') 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); -- cgit v1.2.3