summaryrefslogtreecommitdiff
path: root/event_tagging.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 /event_tagging.c
parent3065389973fcfb724981376c31a51b11b679abc0 (diff)
downloadlibevent-9993137cbbd9508dbf28e431e0f84d809c516128.tar.gz
Remove all trailing whitespace in all the source files.
svn:r1063
Diffstat (limited to 'event_tagging.c')
-rw-r--r--event_tagging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event_tagging.c b/event_tagging.c
index cb311b8d..a74c3544 100644
--- a/event_tagging.c
+++ b/event_tagging.c
@@ -496,7 +496,7 @@ evtag_unmarshal_fixed(struct evbuffer *src, ev_uint32_t need_tag, void *data,
if (tag_len != len)
return (-1);
-
+
evbuffer_remove(src, data, len);
return (0);
}