From 0356eb4e9284425d61c63ea0c2004b8a6e2f5d45 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 23 Feb 2013 13:16:20 +0100 Subject: [PATCH] src/utils_rrdcreate.c: Add folding markers. --- src/utils_rrdcreate.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils_rrdcreate.c b/src/utils_rrdcreate.c index 33493bfd..e6a27860 100644 --- a/src/utils_rrdcreate.c +++ b/src/utils_rrdcreate.c @@ -434,7 +434,7 @@ static int srrd_create (const char *filename, /* {{{ */ } /* }}} int srrd_create */ #endif /* !HAVE_THREADSAFE_LIBRRD */ -static void *srrd_create_thread (void *targs) +static void *srrd_create_thread (void *targs) /* {{{ */ { srrd_create_args_t *args = targs; int status; @@ -455,9 +455,9 @@ static void *srrd_create_thread (void *targs) srrd_create_args_destroy (args); return (0); -} /* void *srrd_create_thread */ +} /* }}} void *srrd_create_thread */ -static int srrd_create_async (const char *filename, +static int srrd_create_async (const char *filename, /* {{{ */ unsigned long pdp_step, time_t last_up, int argc, const char **argv) { @@ -499,7 +499,7 @@ static int srrd_create_async (const char *filename, pthread_attr_destroy (&attr); /* args is freed in srrd_create_thread(). */ return (0); -} +} /* }}} int srrd_create_async */ /* * Public functions -- 2.30.2