Run "make autostyle."

This commit is contained in:
Nick Mathewson
2019-06-05 09:33:35 -04:00
parent d1b02456c1
commit 60213a3621
296 changed files with 480 additions and 480 deletions
+2 -2
View File
@@ -40,10 +40,10 @@
#define raw_socketpair tor_ersatz_socketpair
#define raw_closesocket closesocket
#define snprintf _snprintf
#else
#else /* !(defined(_WIN32)) */
#define raw_socketpair socketpair
#define raw_closesocket close
#endif
#endif /* defined(_WIN32) */
#ifdef HAVE_UNISTD_H
#include <unistd.h>
+1 -1
View File
@@ -55,7 +55,7 @@ typedef SOCKET tor_control_socket_t;
#else
typedef int tor_control_socket_t;
#define INVALID_TOR_CONTROL_SOCKET (-1)
#endif
#endif /* defined(_WIN32) */
/** DOCDOC */
tor_control_socket_t tor_main_configuration_setup_control_socket(