diff options
author | Craig Tiller <ctiller@google.com> | 2016-06-08 11:09:37 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-06-08 11:09:37 -0700 |
commit | 4b8550db49793fe756975e249b5e8323bf8d9969 (patch) | |
tree | 2a50b8aa8fe19e785beedd48bc19b04eb47a9fe6 /test/core | |
parent | cfd4102357187823f82d44e561aaa1d5b9a9e3fe (diff) |
clang-format code
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/statistics/census_log_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/statistics/census_log_tests.c b/test/core/statistics/census_log_tests.c index 4baae6a73b..8646a2fdf1 100644 --- a/test/core/statistics/census_log_tests.c +++ b/test/core/statistics/census_log_tests.c @@ -31,6 +31,7 @@ * */ +#include "src/core/ext/census/census_log.h" #include <grpc/support/cpu.h> #include <grpc/support/log.h> #include <grpc/support/port_platform.h> @@ -41,7 +42,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "src/core/ext/census/census_log.h" #include "test/core/util/test_config.h" /* Fills in 'record' of size 'size'. Each byte in record is filled in with the |