aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorLars Rasmusson <Lars.Rasmusson@sics.se>2012-01-14 12:14:36 +0100
committerLuke Dashjr <luke-jr+git@utopios.org>2012-01-23 22:37:48 -0500
commit1181bf86d14e202849a7de5e839b93a2faeb1ce0 (patch)
treea8b924472b399aff5166efa6dd587a01fa0b6526 /src/net.cpp
parent948072c39f913d1ebe43b3b46234f9d7a0d00427 (diff)
downloadbitcoin-1181bf86d14e202849a7de5e839b93a2faeb1ce0.tar.xz
Replace tabs with four spaces to comply with coding standard in doc/coding.txt
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net.cpp b/src/net.cpp
index e3c0f8c3d1..c353473a7e 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -1107,11 +1107,11 @@ void ThreadMapPort2(void* parg)
#ifndef UPNPDISCOVER_SUCCESS
/* miniupnpc 1.5 */
r = UPNP_AddPortMapping(urls.controlURL, data.first.servicetype,
- port, port, lanaddr, strDesc.c_str(), "TCP", 0);
+ port, port, lanaddr, strDesc.c_str(), "TCP", 0);
#else
/* miniupnpc 1.6 */
r = UPNP_AddPortMapping(urls.controlURL, data.first.servicetype,
- port, port, lanaddr, strDesc.c_str(), "TCP", 0, "0");
+ port, port, lanaddr, strDesc.c_str(), "TCP", 0, "0");
#endif
if(r!=UPNPCOMMAND_SUCCESS)