summaryrefslogtreecommitdiff
path: root/toxcore/network.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-31 20:54:20 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-31 20:54:20 +0100
commit3a9300368d31b0460bd70effd14451303493b109 (patch)
tree43a2202986d4533938a0bd2e7b7c02f3c1617e5a /toxcore/network.c
parent633da98ae69866efb195e00d9a3a22ace6bada66 (diff)
Add newlines because astyle wants them.
We'll revert this once we move to clang-format.
Diffstat (limited to 'toxcore/network.c')
-rw-r--r--toxcore/network.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/network.c b/toxcore/network.c
index a0b09028..62bedede 100644
--- a/toxcore/network.c
+++ b/toxcore/network.c
@@ -312,6 +312,7 @@ int sendpacket(Networking_Core *net, IP_Port ip_port, const uint8_t *data, uint1
312 } 312 }
313 313
314 struct sockaddr_storage addr; 314 struct sockaddr_storage addr;
315
315 size_t addrsize = 0; 316 size_t addrsize = 0;
316 317
317 if (ip_port.ip.family == AF_INET) { 318 if (ip_port.ip.family == AF_INET) {