diff --git a/src/core/ext/transport/chttp2/transport/flow_control.h b/src/core/ext/transport/chttp2/transport/flow_control.h index e5088964b9e..b5dce2fd598 100644 --- a/src/core/ext/transport/chttp2/transport/flow_control.h +++ b/src/core/ext/transport/chttp2/transport/flow_control.h @@ -479,4 +479,4 @@ extern TestOnlyTransportTargetWindowEstimatesMocker* } // namespace chttp2 } // namespace grpc_core -#endif +#endif // GRPC_CORE_EXT_TRANSPORT_CHTTP2_TRANSPORT_FLOW_CONTROL_H diff --git a/src/core/lib/compression/stream_compression.h b/src/core/lib/compression/stream_compression.h index 7328c3ec0f2..10ae15658c2 100644 --- a/src/core/lib/compression/stream_compression.h +++ b/src/core/lib/compression/stream_compression.h @@ -113,4 +113,4 @@ void grpc_stream_compression_context_destroy( int grpc_stream_compression_method_parse( grpc_slice value, bool is_compress, grpc_stream_compression_method* method); -#endif +#endif // GRPC_CORE_LIB_COMPRESSION_STREAM_COMPRESSION_H diff --git a/src/core/lib/compression/stream_compression_gzip.h b/src/core/lib/compression/stream_compression_gzip.h index 740f09734a6..0f3be6d3067 100644 --- a/src/core/lib/compression/stream_compression_gzip.h +++ b/src/core/lib/compression/stream_compression_gzip.h @@ -25,4 +25,4 @@ extern const grpc_stream_compression_vtable grpc_stream_compression_gzip_vtable; -#endif +#endif // GRPC_CORE_LIB_COMPRESSION_STREAM_COMPRESSION_GZIP_H diff --git a/src/core/lib/compression/stream_compression_identity.h b/src/core/lib/compression/stream_compression_identity.h index cc77b63ecdf..9c3693c744d 100644 --- a/src/core/lib/compression/stream_compression_identity.h +++ b/src/core/lib/compression/stream_compression_identity.h @@ -26,4 +26,4 @@ extern const grpc_stream_compression_vtable grpc_stream_compression_identity_vtable; -#endif +#endif // GRPC_CORE_LIB_COMPRESSION_STREAM_COMPRESSION_IDENTITY_H diff --git a/src/core/lib/debug/stats.h b/src/core/lib/debug/stats.h index 8829b093ab5..be17ac5297e 100644 --- a/src/core/lib/debug/stats.h +++ b/src/core/lib/debug/stats.h @@ -67,4 +67,4 @@ double grpc_stats_histo_percentile(const grpc_stats_data* stats, size_t grpc_stats_histo_count(const grpc_stats_data* stats, grpc_stats_histograms histogram); -#endif +#endif // GRPC_CORE_LIB_DEBUG_STATS_H diff --git a/src/core/lib/gprpp/manual_constructor.h b/src/core/lib/gprpp/manual_constructor.h index 7ee13796eea..48ab231e339 100644 --- a/src/core/lib/gprpp/manual_constructor.h +++ b/src/core/lib/gprpp/manual_constructor.h @@ -210,4 +210,4 @@ class ManualConstructor { } // namespace grpc_core -#endif +#endif // GRPC_CORE_LIB_GPRPP_MANUAL_CONSTRUCTOR_H diff --git a/src/core/lib/iomgr/ev_apple.h b/src/core/lib/iomgr/ev_apple.h index a05f91ce15f..6397ed4cf06 100644 --- a/src/core/lib/iomgr/ev_apple.h +++ b/src/core/lib/iomgr/ev_apple.h @@ -40,4 +40,4 @@ extern grpc_pollset_set_vtable grpc_apple_pollset_set_vtable; #endif -#endif +#endif // GRPC_CORE_LIB_IOMGR_EV_APPLE_H diff --git a/src/core/lib/iomgr/python_util.h b/src/core/lib/iomgr/python_util.h index 10c335b1741..b2f4162ca17 100644 --- a/src/core/lib/iomgr/python_util.h +++ b/src/core/lib/iomgr/python_util.h @@ -43,4 +43,4 @@ inline int grpc_slice_buffer_length(grpc_slice_buffer* buffer, int i) { return GRPC_SLICE_LENGTH(buffer->slices[i]); } -#endif +#endif // GRPC_CORE_LIB_IOMGR_PYTHON_UTIL_H