mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
C style fix: a no-args function is void fn(void), not void fn().
This commit is contained in:
parent
8ae179deec
commit
f608872b0c
@ -160,7 +160,7 @@ static int tor_tls_object_ex_data_index = -1;
|
|||||||
|
|
||||||
/** Helper: Allocate tor_tls_object_ex_data_index. */
|
/** Helper: Allocate tor_tls_object_ex_data_index. */
|
||||||
static void
|
static void
|
||||||
tor_tls_allocate_tor_tls_object_ex_data_index()
|
tor_tls_allocate_tor_tls_object_ex_data_index(void)
|
||||||
{
|
{
|
||||||
if (tor_tls_object_ex_data_index == -1) {
|
if (tor_tls_object_ex_data_index == -1) {
|
||||||
tor_tls_object_ex_data_index =
|
tor_tls_object_ex_data_index =
|
||||||
|
Loading…
Reference in New Issue
Block a user