Mercurial > pidgin
diff libpurple/circbuffer.c @ 25924:584063555949
Remove trailing whitespace
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 26 Jan 2009 06:44:00 +0000 |
| parents | 5f2496830fd4 |
| children | bcbc5994d21c |
line wrap: on
line diff
--- a/libpurple/circbuffer.c Mon Jan 26 06:37:28 2009 +0000 +++ b/libpurple/circbuffer.c Mon Jan 26 06:44:00 2009 +0000 @@ -44,7 +44,7 @@ static void grow_circ_buffer(PurpleCircBuffer *buf, gsize len) { int in_offset = 0, out_offset = 0; int start_buflen; - + g_return_if_fail(buf != NULL); start_buflen = buf->buflen; @@ -94,7 +94,7 @@ int len_stored; g_return_if_fail(buf != NULL); - + /* Grow the buffer, if necessary */ if ((buf->buflen - buf->bufused) < len) grow_circ_buffer(buf, len);
