more whitespace fixes

This commit is contained in:
rofl0r 2021-02-13 18:29:10 +00:00
parent b19bc49769
commit 0bf0fd93e4

View File

@ -58,7 +58,7 @@ struct upstream {
} ua; } ua;
char *pass; char *pass;
int port; int port;
struct hostspec target; struct hostspec target;
proxy_type type; proxy_type type;
}; };