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:
@@ -32,7 +32,8 @@ static isc_lex_t *lex;
|
||||
|
||||
static isc_lexspecials_t specials;
|
||||
|
||||
ISC_PLATFORM_NORETURN_PRE static void usage(void) ISC_PLATFORM_NORETURN_POST;
|
||||
ISC_PLATFORM_NORETURN_PRE static void
|
||||
usage(void) ISC_PLATFORM_NORETURN_POST;
|
||||
|
||||
static void
|
||||
usage(void) {
|
||||
@@ -48,8 +49,8 @@ usage(void) {
|
||||
exit(0);
|
||||
}
|
||||
|
||||
ISC_PLATFORM_NORETURN_PRE static void fatal(const char *format,
|
||||
...) ISC_PLATFORM_NORETURN_POST;
|
||||
ISC_PLATFORM_NORETURN_PRE static void
|
||||
fatal(const char *format, ...) ISC_PLATFORM_NORETURN_POST;
|
||||
|
||||
static void
|
||||
fatal(const char *format, ...) {
|
||||
|
Reference in New Issue
Block a user