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:
@@ -30,10 +30,11 @@
|
||||
/*
|
||||
* BEW: These static functions are copied from lib/dns/rdata.c.
|
||||
*/
|
||||
static isc_result_t str_totext(const char *source, isc_buffer_t *target);
|
||||
static isc_result_t
|
||||
str_totext(const char *source, isc_buffer_t *target);
|
||||
|
||||
static isc_result_t mem_tobuffer(isc_buffer_t *target, void *base,
|
||||
unsigned int length);
|
||||
static isc_result_t
|
||||
mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
|
||||
|
||||
static const char hex[] = "0123456789ABCDEF";
|
||||
|
||||
|
Reference in New Issue
Block a user