Am 02.11.2011 09:36, schrieb Dong Xu Wang:
> From: Dong Xu Wang
>
> Fix coding style in block/cloop.c.
>
> v3: Split to 2 patches: one for fixing coding style, one for replacing free
> with
> g_free. And correct other 2 places with coding style problem.
> v2: Fix spelling: gfree->g_free.
>
From: Dong Xu Wang
Fix coding style in block/cloop.c.
v3: Split to 2 patches: one for fixing coding style, one for replacing free with
g_free. And correct other 2 places with coding style problem.
v2: Fix spelling: gfree->g_free.
v1: Use gfree, to pair with g_malloc. Also fix coding style.