mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
whitespace fixes
This commit is contained in:
parent
2050846312
commit
dd362b52f3
4 changed files with 4 additions and 2 deletions
|
@ -52,7 +52,8 @@ process_map_entry_hash_(const waitpid_callback_t *ent)
|
||||||
}
|
}
|
||||||
|
|
||||||
static INLINE unsigned int
|
static INLINE unsigned int
|
||||||
process_map_entries_eq_(const waitpid_callback_t *a, const waitpid_callback_t *b)
|
process_map_entries_eq_(const waitpid_callback_t *a,
|
||||||
|
const waitpid_callback_t *b)
|
||||||
{
|
{
|
||||||
return a->pid == b->pid;
|
return a->pid == b->pid;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,3 +23,4 @@ void notify_pending_waitpid_callbacks(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1122,7 +1122,6 @@ circuit_id_when_marked_unusable_on_channel(circid_t circ_id, channel_t *chan)
|
||||||
return found->made_placeholder_at;
|
return found->made_placeholder_at;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/** Return the circuit that a given edge connection is using. */
|
/** Return the circuit that a given edge connection is using. */
|
||||||
circuit_t *
|
circuit_t *
|
||||||
circuit_get_by_edge_conn(edge_connection_t *conn)
|
circuit_get_by_edge_conn(edge_connection_t *conn)
|
||||||
|
|
|
@ -1944,3 +1944,4 @@ circuitmux_count_queued_destroy_cells(const channel_t *chan,
|
||||||
|
|
||||||
return n_destroy_cells;
|
return n_destroy_cells;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue