bind9/lib/samples
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
..
win32 Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
.gitignore [master] globally rename "delve" to "delv" 2014-04-23 11:14:12 -07:00
Makefile-postinstall.in remove DLV from dns_client API and lib/samples 2019-08-09 09:18:02 -07:00
Makefile.in add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
nsprobe.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
resolve.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
rootkey.sh Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
sample-async.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
sample-gai.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
sample-request.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
sample-update.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00