diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-12-09 11:43:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-12-09 11:43:12 -0500 |
commit | 22f4af6580bb330c073350580fc7e49d1051a8cf (patch) | |
tree | 28f8ddb9c003a8c1f400228e8564d300f8bce60b /sample | |
parent | 74f75758cbc942b748b4aff271871e51def93f89 (diff) | |
download | libevent-22f4af6580bb330c073350580fc7e49d1051a8cf.tar.gz |
Remove end-of-line whitespace
Diffstat (limited to 'sample')
-rw-r--r-- | sample/http-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/http-server.c b/sample/http-server.c index 63e434d0..f9e84d1c 100644 --- a/sample/http-server.c +++ b/sample/http-server.c @@ -217,7 +217,7 @@ send_document_cb(struct evhttp_request *req, void *arg) pattern[dirlen+2] = '\0'; d = FindFirstFileA(pattern, &ent); free(pattern); - if (d == INVALID_HANDLE_VALUE) + if (d == INVALID_HANDLE_VALUE) goto err; #else if (!(d = opendir(whole_path))) |