fix indent

This commit is contained in:
prx 2022-08-18 14:27:52 +02:00
parent fc5c2a1b41
commit b1f92f7c9c
1 changed files with 1 additions and 1 deletions

2
vger.c
View File

@ -454,7 +454,7 @@ split_dir_file(char *path, char *dir, size_t dirsiz, char *file, size_t filesiz)
void
split_request(const char *request, char *hostname, char *path, char *query)
{
size_t nmatch = SE_MAX; /* 3 "()" + 1 for whole match */
size_t nmatch = SE_MAX; /* 3 "()" + 1 for whole match */
char buf[BUFSIZ] = {'\0'}; /* to handle error messages */
int ret = 0;
regex_t greg; /* compiled gemini regex */