From 128223d9d1c70afe0adb4cfe0cfda39204379c3a Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 20 Aug 2013 19:37:05 -0400 Subject: astyle --options=tools/astylerc -r ./*.{c,h} --- core/Messenger.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/Messenger.h') diff --git a/core/Messenger.h b/core/Messenger.h index 518becc9..581c4ba9 100644 --- a/core/Messenger.h +++ b/core/Messenger.h @@ -112,10 +112,10 @@ typedef struct { } Friend; typedef struct Messenger { - + Networking_Core *net; - Net_Crypto * net_crypto; - DHT * dht; + Net_Crypto *net_crypto; + DHT *dht; Friend_Requests fr; uint8_t name[MAX_NAME_LENGTH]; uint16_t name_length; -- cgit v1.2.3