diff options
author | Sree Kuchibhotla <sreek@google.com> | 2017-03-03 12:54:58 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2017-03-03 12:54:58 -0800 |
commit | 9f71b177074ceb2607f331241dcceafa03431eaa (patch) | |
tree | 6ba05164c989dc37556d64e2603dc1d11a10c431 /test/core/client_channel | |
parent | 2c7ab675c3595b2a5d80ad8211cdf96f07da4f34 (diff) |
Fix clang formatting issues
Diffstat (limited to 'test/core/client_channel')
-rw-r--r-- | test/core/client_channel/lb_policies_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/client_channel/lb_policies_test.c b/test/core/client_channel/lb_policies_test.c index 9dcbdb979d..8bbcfe987e 100644 --- a/test/core/client_channel/lb_policies_test.c +++ b/test/core/client_channel/lb_policies_test.c @@ -65,8 +65,8 @@ typedef struct servers_fixture { } servers_fixture; typedef struct request_sequences { - size_t n; /* number of iterations */ - int *connections; /* indexed by the interation number, value is the index of + size_t n; /* number of iterations */ + int *connections; /* indexed by the interation number, value is the index of the server it connected to or -1 if none */ int *connectivity_states; /* indexed by the interation number, value is the client connectivity state */ |