mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Reformat using the new rules
This commit is contained in:
@@ -302,9 +302,9 @@ library_fatal_error(const char *file, int line, const char *format,
|
||||
exit(1);
|
||||
}
|
||||
|
||||
static void library_unexpected_error(const char *file, int line,
|
||||
const char *format, va_list args)
|
||||
ISC_FORMAT_PRINTF(3, 0);
|
||||
static void
|
||||
library_unexpected_error(const char *file, int line, const char *format,
|
||||
va_list args) ISC_FORMAT_PRINTF(3, 0);
|
||||
|
||||
static void
|
||||
library_unexpected_error(const char *file, int line, const char *format,
|
||||
|
Reference in New Issue
Block a user