bind9/bin/plugins
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
..
filter-aaaa.8 prep 9.15.8 2020-01-16 08:01:20 +00:00
filter-aaaa.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
filter-aaaa.docbook update copyright year to 2020 2020-01-02 21:45:30 -08:00
filter-aaaa.html prep 9.15.8 2020-01-16 08:01:20 +00:00
Makefile.in add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00