From 7f27fcaf37144354bca31109f71d2db5af9d4582 Mon Sep 17 00:00:00 2001 From: slvr Date: Sat, 10 Aug 2013 11:18:25 +0100 Subject: tabs -> spaces --- core/Messenger.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'core/Messenger.c') diff --git a/core/Messenger.c b/core/Messenger.c index a7d21e1a..bc18c86a 100644 --- a/core/Messenger.c +++ b/core/Messenger.c @@ -517,10 +517,10 @@ int initMessenger(void) if(init_networking(ip,PORT) == -1) return -1; - DHT_init(); - LosslessUDP_init(); - friendreq_init(); - LANdiscovery_init(); + DHT_init(); + LosslessUDP_init(); + friendreq_init(); + LANdiscovery_init(); return 0; } @@ -688,14 +688,14 @@ static void LANdiscovery(void) /* the main loop that needs to be run at least 200 times per second. */ void doMessenger(void) { - networking_poll(); + networking_poll(); - doDHT(); - doLossless_UDP(); - doNetCrypto(); - doInbound(); - doFriends(); - LANdiscovery(); + doDHT(); + doLossless_UDP(); + doNetCrypto(); + doInbound(); + doFriends(); + LANdiscovery(); } /* returns the size of the messenger data (for saving) */ -- cgit v1.2.3