aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar makdharma <makdharma@users.noreply.github.com>2017-05-26 09:11:33 -0700
committerGravatar GitHub <noreply@github.com>2017-05-26 09:11:33 -0700
commit3058d190ea3814ab29bdcb51fc3db0d1aca26a65 (patch)
tree5faad04456339363b5918418fbb7307bf7921e3d
parent753af5d8a56ba2cefd74149426fdcccdc2914cc6 (diff)
parente22c902e6304f944463ea4a26a9733361f2c5314 (diff)
Merge pull request #11319 from makdharma/clang-fix
clang-format and include guard fix
-rw-r--r--src/core/ext/census/intrusive_hash_map.h2
-rw-r--r--src/core/ext/census/intrusive_hash_map_internal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ext/census/intrusive_hash_map.h b/src/core/ext/census/intrusive_hash_map.h
index 9a7fd07f20..cb31cf6510 100644
--- a/src/core/ext/census/intrusive_hash_map.h
+++ b/src/core/ext/census/intrusive_hash_map.h
@@ -147,4 +147,4 @@ void intrusive_hash_map_clear(intrusive_hash_map *hash_map,
void intrusive_hash_map_free(intrusive_hash_map *hash_map,
void (*free_object)(void *));
-#endif // GRPC_CORE_EXT_CENSUS_INTRUSIVE_HASH_MAP_H
+#endif /* GRPC_CORE_EXT_CENSUS_INTRUSIVE_HASH_MAP_H */
diff --git a/src/core/ext/census/intrusive_hash_map_internal.h b/src/core/ext/census/intrusive_hash_map_internal.h
index c0a3c6f59a..dba190cce5 100644
--- a/src/core/ext/census/intrusive_hash_map_internal.h
+++ b/src/core/ext/census/intrusive_hash_map_internal.h
@@ -43,4 +43,4 @@ typedef struct intrusive_hash_map {
chunked_vector buckets;
} intrusive_hash_map;
-#endif // GRPC_CORE_EXT_CENSUS_INTRUSIVE_HASH_MAP_INTERNAL_H
+#endif /* GRPC_CORE_EXT_CENSUS_INTRUSIVE_HASH_MAP_INTERNAL_H */