diff options
author | David Garcia Quintas <dgq@google.com> | 2015-08-18 16:11:09 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2015-08-18 16:11:09 -0700 |
commit | 7fc37a23856604259a0b048e0df00ef3065a58d8 (patch) | |
tree | 9e3b7622f474d15a43b753912582234b81588e32 /src/core/statistics/hash_table.h | |
parent | beac88ca56f4710e86668f2cbbd80e02e0607f9c (diff) | |
parent | 7ff63f6abad6c49a7b88b036c54075a03433457c (diff) |
Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding
Diffstat (limited to 'src/core/statistics/hash_table.h')
-rw-r--r-- | src/core/statistics/hash_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/statistics/hash_table.h b/src/core/statistics/hash_table.h index 7bcb4bcd9b..b7f8e11af4 100644 --- a/src/core/statistics/hash_table.h +++ b/src/core/statistics/hash_table.h @@ -128,4 +128,4 @@ typedef void (*census_ht_itr_cb)(census_ht_key key, const void* val_ptr, should not invalidate data entries. */ gpr_uint64 census_ht_for_all(const census_ht* ht, census_ht_itr_cb); -#endif /* GRPC_INTERNAL_CORE_STATISTICS_HASH_TABLE_H */ +#endif /* GRPC_INTERNAL_CORE_STATISTICS_HASH_TABLE_H */ |