From 53cf5ddb6bfde9fac8758f75b37d4c6a9f9d98da Mon Sep 17 00:00:00 2001 From: Karthik Ravi Shankar Date: Fri, 29 Mar 2019 08:23:00 -0700 Subject: [PATCH] Fix include guard --- include/grpcpp/support/error_details_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/grpcpp/support/error_details_impl.h b/include/grpcpp/support/error_details_impl.h index daa630c1c3e..ae5f04ced8f 100644 --- a/include/grpcpp/support/error_details_impl.h +++ b/include/grpcpp/support/error_details_impl.h @@ -16,7 +16,7 @@ * */ -#ifndef GRPCPP_SUPPORT_ERROR_DETAILS__IMPL_H +#ifndef GRPCPP_SUPPORT_ERROR_DETAILS_IMPL_H #define GRPCPP_SUPPORT_ERROR_DETAILS_IMPL_H #include