summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-12-09 11:43:12 -0500
committerNick Mathewson <nickm@torproject.org>2010-12-09 11:43:12 -0500
commit22f4af6580bb330c073350580fc7e49d1051a8cf (patch)
tree28f8ddb9c003a8c1f400228e8564d300f8bce60b /sample
parent74f75758cbc942b748b4aff271871e51def93f89 (diff)
downloadlibevent-22f4af6580bb330c073350580fc7e49d1051a8cf.tar.gz
Remove end-of-line whitespace
Diffstat (limited to 'sample')
-rw-r--r--sample/http-server.c2
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)))