aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_slist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-10 08:16:49 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-10 08:16:49 +0000
commit660c6da4fcbca6bd2cb15599dfe3c6d53b890c7f (patch)
treea4085d49c56bd9498cf5b40847a6aa29c31ac618 /src/util/container_slist.c
parent167aef74f57116be5a859d0c0568102943f54ab8 (diff)
downloadgnunet-660c6da4fcbca6bd2cb15599dfe3c6d53b890c7f.tar.gz
gnunet-660c6da4fcbca6bd2cb15599dfe3c6d53b890c7f.zip
indent
Diffstat (limited to 'src/util/container_slist.c')
-rw-r--r--src/util/container_slist.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/container_slist.c b/src/util/container_slist.c
index 715dcee32..ab547f313 100644
--- a/src/util/container_slist.c
+++ b/src/util/container_slist.c
@@ -336,7 +336,9 @@ GNUNET_CONTAINER_slist_get (const struct GNUNET_CONTAINER_SList_Iterator *i,
336 * Release an iterator 336 * Release an iterator
337 * @param i iterator 337 * @param i iterator
338 */ 338 */
339void GNUNET_CONTAINER_slist_iter_destroy (struct GNUNET_CONTAINER_SList_Iterator *i) 339void
340GNUNET_CONTAINER_slist_iter_destroy (struct GNUNET_CONTAINER_SList_Iterator
341 *i)
340{ 342{
341 GNUNET_free (i); 343 GNUNET_free (i);
342} 344}