diff options
author | Omar Polo <op@omarpolo.com> | 2021-06-29 11:21:32 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-06-29 11:21:32 +0000 |
commit | fafc6849577c9374ee6acb8ae7f30104464bb08e (patch) | |
tree | 0d35fab014ffb18be11cbbbff950d28d5ae87bee /parse.y | |
parent | 8235a81c8f7f58eaa08655147963936a2290f691 (diff) |
trailing whitespaces
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -587,7 +587,7 @@ fastcgi_conf(char *path, char *port, char *prog) for (i = 0; i < FCGI_MAX; ++i) { f = &fcgi[i]; - + if (f->path == NULL) { f->id = i; f->path = path; |