aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-10-15 12:13:54 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-10-15 12:13:54 +0200
commit96b9603c01dd4b6d337f431b508a4364c4fbfe01 (patch)
tree279005f607a6c68641985adfd8f905c69b574b2d /src/net.h
parentb2ba55c42b563418e7be4adb38cdbf1852e6c78d (diff)
downloadbitcoin-96b9603c01dd4b6d337f431b508a4364c4fbfe01.tar.xz
misc spelling / space / style fixes
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index c4dd2d8a24..51c3dab8f3 100644
--- a/src/net.h
+++ b/src/net.h
@@ -313,7 +313,7 @@ public:
unsigned int GetTotalRecvSize()
{
unsigned int total = 0;
- BOOST_FOREACH(const CNetMessage &msg, vRecvMsg)
+ BOOST_FOREACH(const CNetMessage &msg, vRecvMsg)
total += msg.vRecv.size() + 24;
return total;
}