]> mj.ucw.cz Git - libucw.git/commitdiff
removed trailing spaces
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Thu, 18 May 2006 07:55:52 +0000 (09:55 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Thu, 18 May 2006 07:55:52 +0000 (09:55 +0200)
lib/ff-string.c

index c0b85da1d460ee3479924686cc40971cffb8b9cd..0f4c0b112dcf236689c4187e7d3c7edb9fdcb3d3 100644 (file)
@@ -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;
 }