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

@@ -59,8 +59,10 @@ static double MAXLOG = 7.09782712893383996843E2;
static double big = 4.503599627370496e15;
static double biginv = 2.22044604925031308085e-16;
static double igamc(double a, double x);
static double igam(double a, double x);
static double
igamc(double a, double x);
static double
igam(double a, double x);
/* Set to true (or use -v option) for verbose output */
static bool verbose = false;