zap trailing whitespace and tabs

This commit is contained in:
purplerain 2023-09-16 04:38:16 +00:00
parent 8b897ac235
commit 2990d002be
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
179 changed files with 992 additions and 992 deletions

View file

@ -153,7 +153,7 @@ protopr(kvm_t *kvmd, u_long pcbaddr, u_int tableid, int proto)
printf("Out of memory (file table).\n");
return;
}
/* sort sockets by AF and type */
qsort(kf, fcnt, sizeof(*kf), kf_comp);