diff --git a/test/core/surface/init_test.c b/test/core/surface/init_test.c index 78789824512..a9e80575af1 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(); }