curl/tests/server
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
..
.gitignore
base64.pl
CMakeLists.txt
disabled.c
fake_ntlm.c tests: fix fake_ntlm to run with a dynamic log directory 2023-03-30 09:53:57 -07:00
getpart.c
getpart.h
Makefile.am
Makefile.inc
mqttd.c checksrc: disallow spaces before labels 2023-05-18 20:45:04 +02:00
resolve.c
rtspd.c tests: fix fake_ntlm to run with a dynamic log directory 2023-03-30 09:53:57 -07:00
server_setup.h
server_sockaddr.h
sockfilt.c
socksd.c checksrc: find bad indentation in conditions without open brace 2023-04-28 23:11:00 +02:00
sws.c checksrc: disallow spaces before labels 2023-05-18 20:45:04 +02:00
testpart.c
tftp.h
tftpd.c checksrc: disallow spaces before labels 2023-05-18 20:45:04 +02:00
util.c tests: fix fake_ntlm to run with a dynamic log directory 2023-03-30 09:53:57 -07:00
util.h tests: fix fake_ntlm to run with a dynamic log directory 2023-03-30 09:53:57 -07:00