diff options
author | Koichiro IWAO <meta@vmeta.jp> | 2016-04-11 16:46:49 +0900 |
---|---|---|
committer | Koichiro IWAO <meta@vmeta.jp> | 2016-04-11 16:46:49 +0900 |
commit | f7858e964db7406aa602492244bb992b11ee23ac (patch) | |
tree | ddcc69af88cc83c5b8d67009f92301e8f46150ba | |
parent | cfdce461c3f12183da4094296139197ad2a6cb45 (diff) | |
download | xrdp-proprietary-f7858e964db7406aa602492244bb992b11ee23ac.tar.gz xrdp-proprietary-f7858e964db7406aa602492244bb992b11ee23ac.zip |
Remove trailing whitespace, no logic change
-rw-r--r-- | tests/tcp_proxy/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcp_proxy/main.c b/tests/tcp_proxy/main.c index 1a275395..26c974cd 100644 --- a/tests/tcp_proxy/main.c +++ b/tests/tcp_proxy/main.c @@ -26,7 +26,7 @@ #include <errno.h> #include <locale.h> #include <netdb.h> -#include <sys/types.h> +#include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> |