aboutsummaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-06-29 11:21:32 +0000
committerOmar Polo <op@omarpolo.com>2021-06-29 11:21:32 +0000
commitfafc6849577c9374ee6acb8ae7f30104464bb08e (patch)
tree0d35fab014ffb18be11cbbbff950d28d5ae87bee /parse.y
parent8235a81c8f7f58eaa08655147963936a2290f691 (diff)
trailing whitespaces
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 257744d..4e796cc 100644
--- a/parse.y
+++ b/parse.y
@@ -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;