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 commita04cdde45d)d2b5853bStart enforcing the clang-format rules on changed files618947c6Switch AlwaysBreakAfterReturnType from TopLevelDefinitions to All654927c8Add separate .clang-format files for headers5777c44aReformat using the new rules60d29f69Don't enforce copyrights on .clang-format
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user