Merge branch 'each-style-tweak' into 'master'
adjust clang-format options to get closer to ISC style See merge request isc-projects/bind9!3061 (cherry picked from commitd3b49b6675)0255a974revise .clang-format and add a C formatting script in utile851ed0bapply the modified style
This commit is contained in:
@@ -31,11 +31,9 @@
|
||||
* can't be used.
|
||||
*/
|
||||
|
||||
extern void
|
||||
__wrap_isc_nmhandle_unref(isc_nmhandle_t *handle);
|
||||
extern void __wrap_isc_nmhandle_unref(isc_nmhandle_t *handle);
|
||||
|
||||
void
|
||||
isc_nmhandle_unref(isc_nmhandle_t *handle)
|
||||
{
|
||||
isc_nmhandle_unref(isc_nmhandle_t *handle) {
|
||||
__wrap_isc_nmhandle_unref(handle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user