mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Remove trailing whitespace from all text files
I've used the following command to remove the trailing whitespace for all tracked text files: git grep -Il '' | xargs sed -i 's/[ \t]*$//'
This commit is contained in:
@@ -427,7 +427,7 @@ into 'consumed' and 'remaining'.
|
||||
|
||||
When parsing a message, the message to be parsed in in the 'used'
|
||||
part of the buffer. As the message is parsed, the 'consumed'
|
||||
subregion grows and the 'remaining' subregion shrinks.
|
||||
subregion grows and the 'remaining' subregion shrinks.
|
||||
|
||||
When creating a message, data is written into the 'available'
|
||||
subregion, which then becomes part of 'used'.
|
||||
@@ -528,7 +528,7 @@ memory context is freed before all references have been cleaned up.
|
||||
/* Populate other isc_foo members here */
|
||||
|
||||
foo->magic = ISC_FOO_MAGIC;
|
||||
|
||||
|
||||
*foop = foo;
|
||||
return (ISC_R_SUCCESS);
|
||||
}
|
||||
@@ -813,7 +813,7 @@ The return value may be:
|
||||
* `dns_name_commonancestor`: name1 and name2 share some labels
|
||||
* `dns_name_equal`: name1 and name2 are the same
|
||||
|
||||
Some simpler comparison functions are provided for convenience when
|
||||
Some simpler comparison functions are provided for convenience when
|
||||
not all of this information is required:
|
||||
|
||||
* `dns_name_compare()`: returns the sort order of two names but
|
||||
@@ -884,7 +884,7 @@ sets have been defined:
|
||||
|
||||
Each of these has a `first()`, `next()` and `current()` function; for
|
||||
example, `dns_rdataset_first()`, `dns_rdataset_next()`, and
|
||||
`dns_rdataset_current()`.
|
||||
`dns_rdataset_current()`.
|
||||
|
||||
The `first()` and `next()` functions move the iterator's cursor and so that
|
||||
the data at a new location can be retrieved. (Most of these can only step
|
||||
@@ -1033,7 +1033,7 @@ messages up to the current debugging level are written to the channel.
|
||||
|
||||
These objects -- the category, module, and channel -- direct hessages
|
||||
to desired destinations. Each category/module pair can be associated
|
||||
with a specific channel, and the correct destination will be used
|
||||
with a specific channel, and the correct destination will be used
|
||||
when a message is logged by `isc_log_write()`.
|
||||
|
||||
In `isc_log_write()`, the logging system first looks up a list that
|
||||
@@ -1166,7 +1166,7 @@ to control the closing of log files.
|
||||
|
||||
void isc_log_setdebuglevel(isc_log_t *lctx, unsigned int level);
|
||||
unsigned int isc_log_getdebuglevel(isc_log_t *lctx);
|
||||
|
||||
|
||||
These set and retrieve the current debugging level of the program.
|
||||
`isc_log_getdebuglevel()` can be used so that you need not keep track of
|
||||
the level yourself in another variable.
|
||||
|
Reference in New Issue
Block a user