CLEANUP: connection: Add blank line after declarations in PP handling
authorTim Duesterhus <tim@bastelstu.be>
Fri, 13 Mar 2020 11:34:25 +0000 (12:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 Mar 2020 16:26:43 +0000 (17:26 +0100)
commita8692f3fe0c5f930261df3abd5cfb61b649edce7
tree55fc952bad6b4fb6e6ff1269669cff619ffc0590
parentcf6e0c8a836da211946fa637020e776286093633
CLEANUP: connection: Add blank line after declarations in PP handling

This adds the missing blank lines in `make_proxy_line_v2` and
`conn_recv_proxy`. It also adjusts the type of the temporary variable
used for the return value of `recv` to be `ssize_t` instead of `int`.
src/connection.c