From: Florian Forster Date: Sat, 3 Jul 2010 11:47:15 +0000 (+0200) Subject: src/utils_threshold.c: Add missing folding markers. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=351e2992d3bf87ebeb9548e4acb583f75ac990af;p=collectd.git src/utils_threshold.c: Add missing folding markers. --- diff --git a/src/utils_threshold.c b/src/utils_threshold.c index cc5d8e7b..c1fcdd8f 100644 --- a/src/utils_threshold.c +++ b/src/utils_threshold.c @@ -560,7 +560,7 @@ int ut_config (const oconfig_item_t *ci) /* }}} */ static threshold_t *threshold_search (const value_list_t *vl) -{ +{ /* {{{ */ threshold_t *th; if ((th = threshold_get (vl->host, vl->plugin, vl->plugin_instance, @@ -601,7 +601,7 @@ static threshold_t *threshold_search (const value_list_t *vl) return (th); return (NULL); -} /* threshold_t *threshold_search */ +} /* }}} threshold_t *threshold_search */ /* char *ut_build_message * @@ -613,7 +613,7 @@ static threshold_t *threshold_search (const value_list_t *vl) int ut_build_message(char *out, size_t bufsize, const char *fmt, const data_set_t *ds, int ds_index, const value_list_t *vl, const gauge_t *values, const notification_t *n, const threshold_t *th) -{ +{ /* {{{ */ /* TODO: We could provide here a way to use meta information on thresholds * directly in the future. */ @@ -710,7 +710,7 @@ int ut_build_message(char *out, size_t bufsize, const char *fmt, } return ssnprintf (out, bufsize, "%s", msg); -} /* int ut_build_message */ +} /* }}} int ut_build_message */ /* * int ut_report_state