diff options
author | Alexander von Gernler <grunk@cvs.openbsd.org> | 2005-07-02 07:15:14 +0000 |
---|---|---|
committer | Alexander von Gernler <grunk@cvs.openbsd.org> | 2005-07-02 07:15:14 +0000 |
commit | 2b8c1586f28b1c8edfad4ce0c23ae891a174b208 (patch) | |
tree | e04ec0a58dca12be5d4b8daec343bd4d40d5c2e3 /lib/libevent/evbuffer.c | |
parent | b2ef76cc19eb3be670c62f26e8e78c3efcf5f5f0 (diff) |
zap trailing whitespaces, no binary change
ok brad@ beck@
Diffstat (limited to 'lib/libevent/evbuffer.c')
-rw-r--r-- | lib/libevent/evbuffer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libevent/evbuffer.c b/lib/libevent/evbuffer.c index e886b405145..03029c9a0b3 100644 --- a/lib/libevent/evbuffer.c +++ b/lib/libevent/evbuffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evbuffer.c,v 1.5 2005/05/04 03:17:48 brad Exp $ */ +/* $OpenBSD: evbuffer.c,v 1.6 2005/07/02 07:15:13 grunk Exp $ */ /* * Copyright (c) 2002-2004 Niels Provos <provos@citi.umich.edu> @@ -66,7 +66,7 @@ bufferevent_add(struct event *ev, int timeout) return (event_add(ev, ptv)); } -/* +/* * This callback is executed when the size of the input buffer changes. * We use it to apply back pressure on the reading side. */ @@ -75,7 +75,7 @@ void bufferevent_read_pressure_cb(struct evbuffer *buf, size_t old, size_t now, void *arg) { struct bufferevent *bufev = arg; - /* + /* * If we are below the watermak then reschedule reading if it's * still enabled. */ |