comparison array.c @ 23:216b6e6a539c

Remove empty line
author David Demelier <markand@malikania.fr>
date Wed, 14 Sep 2011 20:24:40 +0200
parents ecdf21f1d0c6
children e09000fc013a
comparison
equal deleted inserted replaced
22:ecdf21f1d0c6 23:216b6e6a539c
191 memcpy(arr->data + SIZE(i2), arr->tmp, arr->unit); 191 memcpy(arr->data + SIZE(i2), arr->tmp, arr->unit);
192 192
193 return 0; 193 return 0;
194 } 194 }
195 195
196
197 /* 196 /*
198 * Apply the function `fn' on each object and give the optional `udata' 197 * Apply the function `fn' on each object and give the optional `udata'
199 * argument to the function too. 198 * argument to the function too.
200 */ 199 */
201 200