bind9/lib
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
..
bind9 Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
dns Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
irs Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
isc Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
isccc Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
isccfg Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
ns Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
samples Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
win32/bindevt Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00