]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: nitpick newline
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 23 Apr 2019 09:57:31 +0000 (11:57 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 25 Apr 2019 11:19:06 +0000 (13:19 +0200)
modules/dnstap/meson.build

index 3a4813fbea8a6f6f6d361faccc191078d611714b..71658ffaaedb7319f357dde86cbf37c75d18db4e 100644 (file)
@@ -28,7 +28,8 @@ if build_dnstap
     command: [
       protoc_c,
       '--c_out=' + meson.current_build_dir(),
-      '--proto_path', meson.current_source_dir(), join_paths([meson.current_source_dir(), 'dnstap.proto']),
+      '--proto_path', meson.current_source_dir(),
+      join_paths([meson.current_source_dir(), 'dnstap.proto']),
     ],
     output: [
       'dnstap.pb-c.h',