2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-04 00:25:29 +00:00

Update sources to Clang 18 formatting

This commit is contained in:
Michal Nowak
2024-03-06 09:56:51 +01:00
parent 7107c44c7c
commit f454fa6dea
7 changed files with 10 additions and 32 deletions

View File

@@ -52,7 +52,7 @@
#define ALIGNED(n) __attribute__((aligned(n)))
#endif
#define IS_PRINTABLE_ASCII(c) ((unsigned char)(c)-040u < 0137u)
#define IS_PRINTABLE_ASCII(c) ((unsigned char)(c) - 040u < 0137u)
#define CHECK_EOF() \
if (buf == buf_end) { \