mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-12 22:23:49 +01:00
fix whitespace (two-space indent)
This commit is contained in:
parent
a8838a86fe
commit
cca806c56c
@ -4994,7 +4994,8 @@ parse_client_port_config(smartlist_t *out,
|
||||
mainport = (int)tor_parse_long(ports->value, 10, 0, 65535, &ok, NULL);
|
||||
if (!ok) {
|
||||
log_warn(LD_CONFIG, "%sListenAddress can only be used with a single "
|
||||
"%sPort with value \"auto\" or 1-65535.", portname, portname);
|
||||
"%sPort with value \"auto\" or 1-65535.",
|
||||
portname, portname);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user