bind9/bin
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
..
check Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
confgen Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
delv Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
dig Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
dnssec Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
named Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
nsupdate Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
pkcs11 Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
plugins Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
python prep 9.15.8 2020-01-16 08:01:20 +00:00
rndc Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
tests Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
tools Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
win32/BINDInstall Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00