bind9/lib/isc
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-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
netmgr Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
pthreads 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
unix Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
win32 Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
aes.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
api prep 9.15.8 2020-01-16 08:01:20 +00:00
app.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
assertions.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
astack.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
backtrace-emptytbl.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
backtrace.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
base32.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
base64.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
bind9.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
buffer.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
bufferlist.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
commandline.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
counter.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
crc64.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
entropy.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
entropy_private.h Replace custom isc_u?intNN_t types with C99 u?intNN_t types 2018-08-08 09:37:28 +02:00
error.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
event.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
fsaccess.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
hash.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
heap.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
hex.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
hmac.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
hp.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
ht.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
httpd.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
iterated_hash.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
Kyuafile regen master 2017-12-29 01:44:18 +00:00
lex.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
lfsr.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
lib.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
log.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
Makefile.in Add isc_uv_export()/isc_uv_import() functions to libuv compatibility layer. 2020-01-13 10:52:07 -08:00
md.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
mem.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
mem_p.h retain a minimal "methods" struct in the mctx 2018-10-18 09:19:12 +00:00
mutexblock.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
netaddr.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
netscope.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
nonce.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
openssl_shim.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
openssl_shim.h Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
parseint.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
pk11.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
pk11_result.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
pool.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
portset.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
queue.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
quota.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
radix.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
random.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
ratelimiter.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
regex.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
region.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
result.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
rwlock.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
serial.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
siphash.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
sockaddr.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
stats.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
string.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
symtab.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
task.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
task_p.h Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
taskpool.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
timer.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
timer_p.h Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
tm.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00
version.c Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
xoshiro128starstar.c Use clang-tidy to add curly braces around one-line statements 2020-02-13 22:07:21 +01:00