Code style

This commit is contained in:
2022-08-17 22:35:51 +02:00
parent 170337d4d5
commit 041e4d43a7
12 changed files with 11 additions and 1 deletions

View File

@ -15,6 +15,7 @@
#include <errno.h>
#include <string.h>
char *fastcgi_add_param(char *buf, const char *key, const char *value) {
char *ptr = buf;
unsigned long key_len = strlen(key);