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:
@@ -19,14 +19,13 @@
|
||||
#include <isc/util.h>
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
isc_mem_t * mctx = NULL;
|
||||
main(int argc, char **argv) {
|
||||
isc_mem_t *mctx = NULL;
|
||||
isc_interfaceiter_t *iter = NULL;
|
||||
isc_interface_t ifdata;
|
||||
isc_result_t result;
|
||||
const char * res;
|
||||
char buf[128];
|
||||
isc_interface_t ifdata;
|
||||
isc_result_t result;
|
||||
const char *res;
|
||||
char buf[128];
|
||||
|
||||
UNUSED(argc);
|
||||
UNUSED(argv);
|
||||
|
||||
Reference in New Issue
Block a user