X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_parse_option.c;h=a2a7380906fe0a89136b3d2b553aa227bb58b4ee;hb=2b4445ea9b4b978468d75864f98e8137ba628dec;hp=ba37f03ec4277fe0d17c51820cdfd183d4e67666;hpb=936c450a86c841eea89888c8550c9118fae90c25;p=collectd.git diff --git a/src/utils_parse_option.c b/src/utils_parse_option.c index ba37f03e..a2a73809 100644 --- a/src/utils_parse_option.c +++ b/src/utils_parse_option.c @@ -146,5 +146,3 @@ int parse_option(char **ret_buffer, char **ret_key, char **ret_value) { return (0); } /* int parse_option */ - -/* vim: set sw=2 ts=8 tw=78 et : */