Fix include guard sanity

reviewable/pr13883/r1
ncteisen 7 years ago
parent 34ebf5dd9e
commit f935ab4141
  1. 6
      src/core/lib/channel/object_registry.h

@ -16,8 +16,8 @@
*
*/
#ifndef GRPC_CORE_LIB_SUPPORT_OBJECT_REGISTRY_H
#define GRPC_CORE_LIB_SUPPORT_OBJECT_REGISTRY_H
#ifndef GRPC_CORE_LIB_CHANNEL_OBJECT_REGISTRY_H
#define GRPC_CORE_LIB_CHANNEL_OBJECT_REGISTRY_H
#include <stdint.h>
@ -40,4 +40,4 @@ void grpc_object_registry_unregister_object(intptr_t uuid);
grpc_object_registry_type grpc_object_registry_get_object(intptr_t uuid,
void** object);
#endif /* GRPC_CORE_LIB_SUPPORT_OBJECT_REGISTRY_H */
#endif /* GRPC_CORE_LIB_CHANNEL_OBJECT_REGISTRY_H */

Loading…
Cancel
Save