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:
@@ -29,8 +29,8 @@
|
||||
#include <isc/types.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
ISC_PLATFORM_NORETURN_PRE void _fail(const char *const file,
|
||||
const int line) ISC_PLATFORM_NORETURN_POST;
|
||||
ISC_PLATFORM_NORETURN_PRE void
|
||||
_fail(const char *const file, const int line) ISC_PLATFORM_NORETURN_POST;
|
||||
|
||||
#include <ns/hooks.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user