kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 2fc326c0ce4d0f7a86011d133ea45bcd31ba3bac
parent c4b1206ae32cc317560bbee13f33128d4f0a2d1f
Author: Joris Vink <joris@coders.se>
Date:   Mon,  4 Jan 2016 13:09:45 +0100

Remove whitespace.

Diffstat:
src/buf.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/buf.c b/src/buf.c @@ -142,7 +142,7 @@ kore_buf_replace_string(struct kore_buf *b, char *src, void *dst, size_t len) } void -kore_buf_reset(struct kore_buf *buf) +kore_buf_reset(struct kore_buf *buf) { buf->offset = 0; }