Update the source code formatting using clang-format-17
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user