Merge branch '46-enforce-clang-format-rules' into 'master'

Start enforcing the clang-format rules on changed files

Closes #46

See merge request isc-projects/bind9!3063

(cherry picked from commit a04cdde45d)

d2b5853b Start enforcing the clang-format rules on changed files
618947c6 Switch AlwaysBreakAfterReturnType from TopLevelDefinitions to All
654927c8 Add separate .clang-format files for headers
5777c44a Reformat using the new rules
60d29f69 Don't enforce copyrights on .clang-format
This commit is contained in:
Ondřej Surý
2020-02-14 08:45:45 +00:00
parent 99a019eb06
commit 829b461c54
308 changed files with 3083 additions and 2578 deletions

View File

@@ -61,7 +61,8 @@
#define CLOCK_REALTIME 0
#endif /* ifndef CLOCK_REALTIME */
static int clock_gettime(int32_t id, struct timespec *tp);
static int
clock_gettime(int32_t id, struct timespec *tp);
static int
clock_gettime(int32_t id, struct timespec *tp) {