From: Pavel Charvat Date: Thu, 18 May 2006 07:55:52 +0000 (+0200) Subject: removed trailing spaces X-Git-Tag: holmes-import~641^2~8 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7e57a82e2c3feea0754251a90d8eac8745636af4;p=libucw.git removed trailing spaces --- diff --git a/lib/ff-string.c b/lib/ff-string.c index c0b85da1..0f4c0b11 100644 --- a/lib/ff-string.c +++ b/lib/ff-string.c @@ -171,7 +171,7 @@ bgets_mp(struct fastbuf *f, struct mempool *mp) buf_len -= cnt; } while (src_len); -exit: ; +exit: ; uns len = buf - new_block->data; byte *result = mp_alloc(mp, sum + len + 1) + sum; result[len] = 0; @@ -244,7 +244,7 @@ bgets_stk_step(struct bgets_stk_struct *s) buf_len -= cnt; } while (s->src_len); -exit: +exit: *buf = 0; s->cur_len = 0; }