aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/error_internal.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-11 13:57:20 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-11 13:57:20 -0800
commitaa16d3f47dbfce9278491eb0a4dd9abe2e2670ab (patch)
treea5b38d4580cce30bc15e021ead21d21938bca288 /src/core/lib/iomgr/error_internal.h
parent032baa8308cfa1273d2085e5c690d34bf1a59c11 (diff)
Fix sanity: check_include_guards
Diffstat (limited to 'src/core/lib/iomgr/error_internal.h')
-rw-r--r--src/core/lib/iomgr/error_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/iomgr/error_internal.h b/src/core/lib/iomgr/error_internal.h
index 8f49ba3992..1c89ead4ed 100644
--- a/src/core/lib/iomgr/error_internal.h
+++ b/src/core/lib/iomgr/error_internal.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_ERROR_INTERNAL_H
-#define GRPC_ERROR_INTERNAL_H
+#ifndef GRPC_CORE_LIB_IOMGR_ERROR_INTERNAL_H
+#define GRPC_CORE_LIB_IOMGR_ERROR_INTERNAL_H
#include <inttypes.h>
#include <stdbool.h>
@@ -51,4 +51,4 @@ struct grpc_error {
bool grpc_error_is_special(grpc_error *err);
-#endif
+#endif /* GRPC_CORE_LIB_IOMGR_ERROR_INTERNAL_H */