summaryrefslogtreecommitdiff
path: root/src/network/core/host.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-08-08 15:49:16 +0000
committerglx <glx@openttd.org>2008-08-08 15:49:16 +0000
commit788b625553f5a5f09d16a36c6d033ac71856892b (patch)
tree32663c520d30da00599ef56d200061d57bccefd8 /src/network/core/host.cpp
parentcc3685ffaffc4670de06865654ff845992a478e9 (diff)
downloadopenttd-788b625553f5a5f09d16a36c6d033ac71856892b.tar.xz
(svn r14026) -Cleanup (r13995, r14004): trailing whitespaces
Diffstat (limited to 'src/network/core/host.cpp')
-rw-r--r--src/network/core/host.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/host.cpp b/src/network/core/host.cpp
index cbe3786d2..70e9f57c7 100644
--- a/src/network/core/host.cpp
+++ b/src/network/core/host.cpp
@@ -177,7 +177,7 @@ static int NetworkFindBroadcastIPsInternal(uint32 *broadcast, int limit) // !GET
}
closesocket(sock);
-
+
return index;
}
#endif /* all NetworkFindBroadcastIPsInternals */