]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3267] unify tabs
authorPiotrek Zadroga <piotrek@isc.org>
Tue, 5 Mar 2024 12:14:06 +0000 (13:14 +0100)
committerPiotrek Zadroga <piotrek@isc.org>
Thu, 21 Mar 2024 14:34:10 +0000 (14:34 +0000)
src/lib/d2srv/Makefile.am
src/lib/dhcpsrv/Makefile.am

index 8e146830ffbbf1a0d7b2bd6dcec362cd44190a52..2b1df51c4362a652312de0eb3483f06074a2f65d 100644 (file)
@@ -89,9 +89,9 @@ libkea_d2srv_include_HEADERS = \
        d2_log.h \
        d2_messages.h \
        d2_stats.h \
-    d2_tsig_key.h \
-    d2_update_message.h \
-    d2_zone.h \
+       d2_tsig_key.h \
+       d2_update_message.h \
+       d2_zone.h \
        d2_simple_parser.h \
        dns_client.h \
-    nc_trans.h
+       nc_trans.h
index 74655c369f6998b3045be1748d8e67aa6c43c6c6..bd6912d25051869c07ff055237bccfad8a6fc272 100644 (file)
@@ -397,8 +397,8 @@ endif
 if ENABLE_AFL
 libkea_dhcpsrv_include_HEADERS += \
        fuzz.h \
-    fuzz_log.h \
-    fuzz_messages.h
+       fuzz_log.h \
+       fuzz_messages.h
 endif
 
 # Specify parsers' headers for copying into installation directory tree.