summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2016-04-11 16:46:49 +0900
committerKoichiro IWAO <meta@vmeta.jp>2016-04-11 16:46:49 +0900
commitf7858e964db7406aa602492244bb992b11ee23ac (patch)
treeddcc69af88cc83c5b8d67009f92301e8f46150ba
parentcfdce461c3f12183da4094296139197ad2a6cb45 (diff)
downloadxrdp-proprietary-f7858e964db7406aa602492244bb992b11ee23ac.tar.gz
xrdp-proprietary-f7858e964db7406aa602492244bb992b11ee23ac.zip
Remove trailing whitespace, no logic change
-rw-r--r--tests/tcp_proxy/main.c2
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>