aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-22 09:30:46 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-22 09:30:46 -0700
commitaf73d78b7838deb94673815ba3c1b0ebcadc5927 (patch)
treeca9006af480237647cada1e8b833f2d9106960b8 /test/core/util
parentd9ccbbf6b98721f3e0256436e8a31fb378324d34 (diff)
clang-format all core files
Diffstat (limited to 'test/core/util')
-rw-r--r--test/core/util/port_posix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/util/port_posix.c b/test/core/util/port_posix.c
index 1987700139..602af23c15 100644
--- a/test/core/util/port_posix.c
+++ b/test/core/util/port_posix.c
@@ -127,7 +127,7 @@ static void free_port_using_server(char *server, int port) {
gpr_free(path);
}
-static void free_chosen_ports() {
+static void free_chosen_ports() {
char *env = gpr_getenv("GRPC_TEST_PORT_SERVER");
if (env != NULL) {
size_t i;
@@ -137,7 +137,7 @@ static void free_chosen_ports() {
gpr_free(env);
}
- gpr_free(chosen_ports);
+ gpr_free(chosen_ports);
}
static void chose_port(int port) {