]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolve: wrap long line
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Nov 2020 18:20:30 +0000 (03:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Nov 2020 18:20:30 +0000 (03:20 +0900)
src/resolve/resolved-conf.c

index d8646094c038fe45339d13d003b078b2d01a2a9e..2d68e38450fb5ceb6f50d6a1cadc4528449e8d4e 100644 (file)
@@ -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 },