summaryrefslogtreecommitdiff
path: root/test/test-eof.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-01-27 21:10:31 +0000
committerNick Mathewson <nickm@torproject.org>2009-01-27 21:10:31 +0000
commit9993137cbbd9508dbf28e431e0f84d809c516128 (patch)
treeedc8689f6acbcca4d62962a20b1af2612fff3dc8 /test/test-eof.c
parent3065389973fcfb724981376c31a51b11b679abc0 (diff)
downloadlibevent-9993137cbbd9508dbf28e431e0f84d809c516128.tar.gz
Remove all trailing whitespace in all the source files.
svn:r1063
Diffstat (limited to 'test/test-eof.c')
-rw-r--r--test/test-eof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-eof.c b/test/test-eof.c
index 4fc1a19f..9577ed5d 100644
--- a/test/test-eof.c
+++ b/test/test-eof.c
@@ -63,7 +63,7 @@ main (int argc, char **argv)
if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1)
return (1);
-
+
write(pair[0], test, strlen(test)+1);
shutdown(pair[0], SHUT_WR);