aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-07-13 10:41:17 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-07-13 10:41:17 -0700
commite251fbac20bd27d0b57c3a87696cc300575e04f2 (patch)
treea8869524e4c16a5ac93b1a7bece96d52066b67e7 /test/core/surface
parenta7e5a0bd9cbb3f8625a23fdc0987dbef90648921 (diff)
clang-format
Diffstat (limited to 'test/core/surface')
-rw-r--r--test/core/surface/init_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/init_test.c b/test/core/surface/init_test.c
index 7878982451..a9e80575af 100644
--- a/test/core/surface/init_test.c
+++ b/test/core/surface/init_test.c
@@ -53,7 +53,7 @@ static void test_plugin() {
}
static void test_repeatedly() {
- for (int i=0; i<100000; i++) {
+ for (int i = 0; i < 100000; i++) {
grpc_init();
grpc_shutdown();
}