From: Yu Watanabe Date: Tue, 17 Nov 2020 18:20:30 +0000 (+0900) Subject: resolve: wrap long line X-Git-Tag: v247~43^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d63542bc02829500405dd9d29c5d7324db11b09e;p=thirdparty%2Fsystemd.git resolve: wrap long line --- diff --git a/src/resolve/resolved-conf.c b/src/resolve/resolved-conf.c index d8646094c03..2d68e38450f 100644 --- a/src/resolve/resolved-conf.c +++ b/src/resolve/resolved-conf.c @@ -217,7 +217,18 @@ int config_parse_search_domains( return 0; } -int config_parse_dnssd_service_name(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata) { +int config_parse_dnssd_service_name( + const char *unit, + const char *filename, + unsigned line, + const char *section, + unsigned section_line, + const char *lvalue, + int ltype, + const char *rvalue, + void *data, + void *userdata) { + static const Specifier specifier_table[] = { { 'm', specifier_machine_id, NULL }, { 'b', specifier_boot_id, NULL },