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:
@@ -17,11 +17,10 @@
|
||||
#include <isc/serial.h>
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
main() {
|
||||
uint32_t a, b;
|
||||
char buf[1024];
|
||||
char * s, *e;
|
||||
char buf[1024];
|
||||
char *s, *e;
|
||||
|
||||
while (fgets(buf, sizeof(buf), stdin) != NULL) {
|
||||
buf[sizeof(buf) - 1] = '\0';
|
||||
|
||||
Reference in New Issue
Block a user