curl/lib/vtls
Emanuele Torre f198d33e8d
checksrc: disallow spaces before labels
Out of 415 labels throughout the code base, 86 of those labels were
not at the start of the line. Which means labels always at the start of
the line is the favoured style overall with 329 instances.

Out of the 86 labels not at the start of the line:
* 75 were indented with the same indentation level of the following line
* 8 were indented with exactly one space
* 2 were indented with one fewer indentation level then the following
  line
* 1 was indented with the indentation level of the following line minus
  three space (probably unintentional)

Co-Authored-By: Viktor Szakats

Closes #11134
2023-05-18 20:45:04 +02:00
..
bearssl.c checksrc: fix SPACEBEFOREPAREN for conditions starting with "*" 2023-04-27 17:24:47 +02:00
bearssl.h
gskit.c gskit: various compile errors in OS400 2023-03-22 13:55:26 +01:00
gskit.h
gtls.c proxy: http2 proxy tunnel implementation 2023-04-06 13:04:46 +02:00
gtls.h
hostcheck.c hostcheck: fix host name wildcard checking 2023-04-26 09:07:27 +02:00
hostcheck.h
keylog.c
keylog.h
mbedtls_threadlock.c
mbedtls_threadlock.h
mbedtls.c checksrc: disallow spaces before labels 2023-05-18 20:45:04 +02:00
mbedtls.h
nss.c proxy: http2 proxy tunnel implementation 2023-04-06 13:04:46 +02:00
nssg.h
openssl.c checksrc: disallow spaces before labels 2023-05-18 20:45:04 +02:00
openssl.h
rustls.c rustls: fix error in recv handling 2023-03-31 16:05:15 +02:00
rustls.h
schannel_verify.c
schannel.c checksrc: disallow spaces before labels 2023-05-18 20:45:04 +02:00
schannel.h
sectransp.c checksrc: disallow spaces before labels 2023-05-18 20:45:04 +02:00
sectransp.h
vtls_int.h proxy: http2 proxy tunnel implementation 2023-04-06 13:04:46 +02:00
vtls.c http2: support HTTP/2 to forward proxies, non-tunneling 2023-04-17 17:27:49 +02:00
vtls.h proxy: http2 proxy tunnel implementation 2023-04-06 13:04:46 +02:00
wolfssl.c proxy: http2 proxy tunnel implementation 2023-04-06 13:04:46 +02:00
wolfssl.h
x509asn1.c
x509asn1.h