Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
90707c92
Commit
90707c92
authored
Aug 25, 2020
by
Neel Chauhan
Browse files
Even argument spacing for some functions in feature/client/bridges.c
parent
cc4e42ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature/client/bridges.c
View file @
90707c92
...
...
@@ -249,8 +249,8 @@ get_configured_bridge_by_exact_addr_port_digest(const tor_addr_t *addr,
* address/port matches only. */
int
addr_is_a_configured_bridge
(
const
tor_addr_t
*
addr
,
uint16_t
port
,
const
char
*
digest
)
uint16_t
port
,
const
char
*
digest
)
{
tor_assert
(
addr
);
return
get_configured_bridge_by_addr_port_digest
(
addr
,
port
,
digest
)
?
1
:
0
;
...
...
@@ -596,7 +596,7 @@ find_transport_name_by_bridge_addrport(const tor_addr_t *addr, uint16_t port)
*/
int
get_transport_by_bridge_addrport
(
const
tor_addr_t
*
addr
,
uint16_t
port
,
const
transport_t
**
transport
)
const
transport_t
**
transport
)
{
*
transport
=
NULL
;
if
(
!
bridge_list
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment