diff --git a/src/allocator_thread.h b/src/allocator_thread.h index 2099a1a..be24529 100644 --- a/src/allocator_thread.h +++ b/src/allocator_thread.h @@ -12,4 +12,5 @@ size_t at_get_host_for_ip(ip_type ip, char* readbuf); ip_type at_get_ip_for_host(char* host, size_t len); //RcB: DEP "allocator_thread.c" -#endif \ No newline at end of file +#endif + diff --git a/src/core.h b/src/core.h index 4f136f4..1b8892f 100644 --- a/src/core.h +++ b/src/core.h @@ -123,4 +123,5 @@ void core_unload(void); //RcB: DEP "core.c" //RcB: DEP "libproxychains.c" -//RcB: LINK "-Wl,--no-as-needed -ldl -lpthread" \ No newline at end of file +//RcB: LINK "-Wl,--no-as-needed -ldl -lpthread" + diff --git a/src/debug.h b/src/debug.h index ea33c3d..2c04cc5 100644 --- a/src/debug.h +++ b/src/debug.h @@ -10,4 +10,5 @@ # define PFUNC() do { PDEBUG("pid[%d]:%s\n", getpid(), __FUNCTION__); } while(0) -#endif \ No newline at end of file +#endif +