aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/statistics/hash_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/statistics/hash_table.c')
-rw-r--r--src/core/statistics/hash_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/statistics/hash_table.c b/src/core/statistics/hash_table.c
index 1f7c242c72..0afb12c368 100644
--- a/src/core/statistics/hash_table.c
+++ b/src/core/statistics/hash_table.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -300,4 +300,4 @@ void census_ht_destroy(census_ht* ht) {
gpr_free(ht);
}
-size_t census_ht_get_size(const census_ht* ht) { return ht->size; }
+size_t census_ht_get_size(const census_ht* ht) { return ht->size; } \ No newline at end of file