X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_format_json.c;h=1a0e151de27491cf918228e62490233d46a7fe48;hb=ed2b2f6bd8b23f2ec371d37681350eb03dab12b8;hp=0a95a86db2e7c3c4e87b50de4c1165c8ad4fdefa;hpb=eec0cd9ca51c5c132ed09fc4699c02f3bd12d748;p=collectd.git diff --git a/src/utils_format_json.c b/src/utils_format_json.c index 0a95a86d..1a0e151d 100644 --- a/src/utils_format_json.c +++ b/src/utils_format_json.c @@ -685,5 +685,3 @@ int format_json_notification(char *buffer, size_t buffer_size, /* {{{ */ return ENOTSUP; } /* }}} int format_json_notification */ #endif - -/* vim: set sw=2 sts=2 et fdm=marker : */