bind9/lib/bind9
Ondřej Surý 056e133c4c Use clang-tidy to add curly braces around one-line statements
The command used to reformat the files in this commit was:

./util/run-clang-tidy \
	-clang-tidy-binary clang-tidy-11
	-clang-apply-replacements-binary clang-apply-replacements-11 \
	-checks=-*,readability-braces-around-statements \
	-j 9 \
	-fix \
	-format \
	-style=file \
	-quiet
clang-format -i --style=format $(git ls-files '*.c' '*.h')
uncrustify -c .uncrustify.cfg --replace --no-backup $(git ls-files '*.c' '*.h')
clang-format -i --style=format $(git ls-files '*.c' '*.h')
2020-02-13 22:07:21 +01:00
..
include Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
win32 Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
api prep 9.15.8 2020-01-16 08:01:20 +00:00
check.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
getaddresses.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
Makefile.in add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
version.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00