From: Piotrek Zadroga Date: Tue, 5 Mar 2024 12:14:06 +0000 (+0100) Subject: [#3267] unify tabs X-Git-Tag: Kea-2.5.7~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f284dccc372738fffd03ec95626f389e88d38c;p=thirdparty%2Fkea.git [#3267] unify tabs --- diff --git a/src/lib/d2srv/Makefile.am b/src/lib/d2srv/Makefile.am index 8e146830ff..2b1df51c43 100644 --- a/src/lib/d2srv/Makefile.am +++ b/src/lib/d2srv/Makefile.am @@ -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 diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am index 74655c369f..bd6912d250 100644 --- a/src/lib/dhcpsrv/Makefile.am +++ b/src/lib/dhcpsrv/Makefile.am @@ -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.