Convert spaces to tabs.

This commit is contained in:
Micke Prag 2013-02-13 17:54:43 +01:00
parent d5d22aceb5
commit b6b78ad157

View file

@ -18,7 +18,7 @@
#include "common/Socket.h"
#if defined(_MACOSX) && !defined(SOCK_CLOEXEC)
#define SOCK_CLOEXEC 0
#define SOCK_CLOEXEC 0
#endif
class ConnectionListener::PrivateData {