aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-16 16:18:51 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-17 14:09:14 -0800
commit66dfcf59190f5e2116edf972196c5107c9d563be (patch)
treee9af21ca23a49f9044882ede3232af0ceebbeb9a /test/core/util
parent61c4d6b64833822e2db6f90ee0f74e76539c4c10 (diff)
clang fmt
Diffstat (limited to 'test/core/util')
-rw-r--r--test/core/util/port.h4
-rw-r--r--test/core/util/test_config.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/test/core/util/port.h b/test/core/util/port.h
index bb4fd91fee..3a4cf4467a 100644
--- a/test/core/util/port.h
+++ b/test/core/util/port.h
@@ -19,8 +19,6 @@
#ifndef GRPC_TEST_CORE_UTIL_PORT_H
#define GRPC_TEST_CORE_UTIL_PORT_H
-
-
typedef struct grpc_pick_port_functions {
int (*pick_unused_port_fn)(void);
int (*pick_unused_port_or_die_fn)(void);
@@ -43,6 +41,4 @@ void grpc_recycle_unused_port(int port);
/** Request the family of pick_port functions in \a functions be used. */
void grpc_set_pick_port_functions(grpc_pick_port_functions functions);
-
-
#endif /* GRPC_TEST_CORE_UTIL_PORT_H */
diff --git a/test/core/util/test_config.h b/test/core/util/test_config.h
index adfec48662..775ffac949 100644
--- a/test/core/util/test_config.h
+++ b/test/core/util/test_config.h
@@ -21,8 +21,6 @@
#include <grpc/support/time.h>
-
-
extern int64_t g_fixture_slowdown_factor;
extern int64_t g_poller_slowdown_factor;
@@ -41,6 +39,4 @@ gpr_timespec grpc_timeout_milliseconds_to_deadline(int64_t time_ms);
void grpc_test_init(int argc, char** argv);
-
-
#endif /* GRPC_TEST_CORE_UTIL_TEST_CONFIG_H */