From 12d1c5199bd2feecd93424ff57f44fab4bbb02ad Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 14 Sep 2013 12:42:17 -0400 Subject: astyled everything. --- toxcore/tox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/tox.c') diff --git a/toxcore/tox.c b/toxcore/tox.c index 68b1e6e9..80d64626 100644 --- a/toxcore/tox.c +++ b/toxcore/tox.c @@ -450,7 +450,7 @@ void tox_bootstrap_from_ip(void *tox, IP_Port ip_port, uint8_t *public_key) DHT_bootstrap(m->dht, ip_port, public_key); } int tox_bootstrap_from_address(void *tox, const char *address, - uint8_t ipv6enabled, uint16_t port, uint8_t *public_key) + uint8_t ipv6enabled, uint16_t port, uint8_t *public_key) { Messenger *m = tox; return DHT_bootstrap_from_address(m->dht, address, ipv6enabled, port, public_key); -- cgit v1.2.3