]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3982] Refomatted meson.build
authorFrancis Dupont <fdupont@isc.org>
Thu, 7 May 2026 14:42:33 +0000 (16:42 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 7 May 2026 14:43:00 +0000 (16:43 +0200)
meson.build

index 8dda6fc221d20111dc2a6dc5bd54d3ea4b17dd91..85b29a7b7f5dc4ce200958e3bab081bc953e2eb1 100644 (file)
@@ -1113,7 +1113,9 @@ else
         # TODO: kea#3741 Rewrite kea-msg-compiler in Python
         warning('Message generation is disabled when Kea is cross-compiled.')
     else
-        error('No messages to generate. This is probably an error in the meson.build files.')
+        error(
+            'No messages to generate. This is probably an error in the meson.build files.',
+        )
     endif
 endif
 if TARGETS_GEN_PARSER.length() > 0