X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_time.c;h=815d9697fd3d08d0d7dbc43e8e051af6325739c2;hb=1035fba8812893e50d00a871e3399cc1ece3b384;hp=9ba2b5a14bb524a1e70a4844fb7f8811b9d481f7;hpb=42b8d7550d029ed9aef6f25e3eb2009c1f18b144;p=collectd.git diff --git a/src/daemon/utils_time.c b/src/daemon/utils_time.c index 9ba2b5a1..815d9697 100644 --- a/src/daemon/utils_time.c +++ b/src/daemon/utils_time.c @@ -240,5 +240,3 @@ int rfc3339nano_local(char *buffer, size_t buffer_size, cdtime_t t) /* {{{ */ return format_rfc3339_local(buffer, buffer_size, t, 1); } /* }}} int rfc3339nano */ - -/* vim: set sw=2 sts=2 et fdm=marker : */