Update the source code formatting using clang-format-17

This commit is contained in:
Michal Nowak
2023-10-10 16:55:13 +02:00
parent 625a4ffc7a
commit dd234c60fe
32 changed files with 110 additions and 109 deletions

View File

@@ -392,7 +392,7 @@ isc_netaddr_issitelocal(const isc_netaddr_t *na) {
}
#define ISC_IPADDR_ISNETZERO(i) \
(((uint32_t)(i)&ISC__IPADDR(0xff000000)) == ISC__IPADDR(0x00000000))
(((uint32_t)(i) & ISC__IPADDR(0xff000000)) == ISC__IPADDR(0x00000000))
bool
isc_netaddr_isnetzero(const isc_netaddr_t *na) {