From 7e57a82e2c3feea0754251a90d8eac8745636af4 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Thu, 18 May 2006 09:55:52 +0200 Subject: [PATCH] removed trailing spaces --- lib/ff-string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2