diff options
author | Mark D. Roth <roth@google.com> | 2016-08-26 13:37:09 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-08-26 13:37:09 -0700 |
commit | ee7000a5605bd7512259922c59705f13e04066e5 (patch) | |
tree | 2f7872d1da88940eaf53117b3c6e50d36c58a174 /src/core/lib | |
parent | c09e21f546c87dea94cf1fedac41d0dafbc71f7b (diff) |
Switch back to C-style comment to appease check_include_guards.py.
Diffstat (limited to 'src/core/lib')
-rw-r--r-- | src/core/lib/channel/message_size_filter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/channel/message_size_filter.h b/src/core/lib/channel/message_size_filter.h index 9460360b95..a88ff7f81a 100644 --- a/src/core/lib/channel/message_size_filter.h +++ b/src/core/lib/channel/message_size_filter.h @@ -36,4 +36,4 @@ extern const grpc_channel_filter grpc_message_size_filter; -#endif // GRPC_CORE_LIB_CHANNEL_MESSAGE_SIZE_FILTER_H +#endif /* GRPC_CORE_LIB_CHANNEL_MESSAGE_SIZE_FILTER_H */ |