]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4272] Reformatted
authorFrancis Dupont <fdupont@isc.org>
Thu, 6 Aug 2026 15:58:49 +0000 (17:58 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 8 Aug 2026 07:37:34 +0000 (09:37 +0200)
src/fuzz/meson.build

index 2ef99828a4d98586a53aee78978b087b85faae0b..ef23cfac80cc977cd807e0ca10a2edd2e0f738ef 100644 (file)
@@ -173,11 +173,11 @@ if cpp.get_id() == 'clang'
     if KRB5_DEP.found()
         files = ['fuzz_hook_tsig']
         maybe_pgsqlmock = []
-       maybe_pgsql_lib = []
+        maybe_pgsql_lib = []
         if POSTGRESQL_DEP.found()
             files += ['fuzz_pgsql4', 'fuzz_pgsql6']
             maybe_pgsqlmock += ['pgsqlmock.cc']
-           maybe_pgsql_lib += [dhcp_pgsql_lib]            
+            maybe_pgsql_lib += [dhcp_pgsql_lib]
         endif
         foreach i : files
             FUZZING_HARNESSES += static_library(