mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 01:16:35 +01:00
Ran it through astyle
This commit is contained in:
10
main.c
10
main.c
@@ -92,11 +92,11 @@ int init_connection(void)
|
||||
if (DHT_isconnected())
|
||||
return 0;
|
||||
|
||||
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(__CYGWIN__)
|
||||
FILE *fp = fopen("DHTservers", "r");
|
||||
#else
|
||||
FILE *fp = fopen("~/.tox/DHTservers", "r");
|
||||
#endif
|
||||
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(__CYGWIN__)
|
||||
FILE *fp = fopen("DHTservers", "r");
|
||||
#else
|
||||
FILE *fp = fopen("~/.tox/DHTservers", "r");
|
||||
#endif
|
||||
|
||||
if (!fp)
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user