diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-01-27 21:10:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-01-27 21:10:31 +0000 |
commit | 9993137cbbd9508dbf28e431e0f84d809c516128 (patch) | |
tree | edc8689f6acbcca4d62962a20b1af2612fff3dc8 /test/test-eof.c | |
parent | 3065389973fcfb724981376c31a51b11b679abc0 (diff) | |
download | libevent-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.c | 2 |
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); |