aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-05-11 16:41:31 -0400
committerGravatar ncteisen <ncteisen@gmail.com>2018-05-17 15:07:53 -0700
commit7243c5f1f6bc4e384800900e4fda295a5c24c0ff (patch)
treea567dede1ca166bc1ca1924126b438eb475b042f /src
parent146c12589c2f8de803f86426d08bbdb97e7f6fac (diff)
fix sanity and bazel
Diffstat (limited to 'src')
-rw-r--r--src/core/lib/channel/channelz_registry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/channel/channelz_registry.h b/src/core/lib/channel/channelz_registry.h
index 57fffa8b5a..e23c373a19 100644
--- a/src/core/lib/channel/channelz_registry.h
+++ b/src/core/lib/channel/channelz_registry.h
@@ -16,8 +16,8 @@
*
*/
-#ifndef GRPC_CORE_LIB_CHANNEL_CHANNELz_REGISTRY_H
-#define GRPC_CORE_LIB_CHANNEL_CHANNELz_REGISTRY_H
+#ifndef GRPC_CORE_LIB_CHANNEL_CHANNELZ_REGISTRY_H
+#define GRPC_CORE_LIB_CHANNEL_CHANNELZ_REGISTRY_H
#include <grpc/impl/codegen/port_platform.h>
@@ -83,4 +83,4 @@ class ChannelzRegistry {
} // namespace grpc_core
-#endif /* GRPC_CORE_LIB_CHANNEL_CHANNELz_REGISTRY_H */
+#endif /* GRPC_CORE_LIB_CHANNEL_CHANNELZ_REGISTRY_H */