h2o / picotls

TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)
535 stars 140 forks source link

clang-format #512

Closed i110 closed 7 months ago

i110 commented 7 months ago

applied

$ clang-format -i $(find ./{lib,include,t} -type f -name "*.[hc]")
kazuho commented 7 months ago

Thank you!