mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Formatting: normalise to { on same line.
There were remarkably few of these, but I spotted one while preparing the previous commit, and then found a handful more.
This commit is contained in:
@ -499,8 +499,7 @@ Socket *new_connection(SockAddr *addr, const char *hostname,
|
||||
int type = conf_get_int(conf, CONF_proxy_type);
|
||||
|
||||
if (type != PROXY_NONE &&
|
||||
proxy_for_destination(addr, hostname, port, conf))
|
||||
{
|
||||
proxy_for_destination(addr, hostname, port, conf)) {
|
||||
ProxySocket *ps;
|
||||
SockAddr *proxy_addr;
|
||||
char *proxy_canonical_name;
|
||||
|
Reference in New Issue
Block a user