aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/debug/trace.h
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-03-01 05:24:36 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-03-01 06:18:14 +0100
commit1ff52d5278b625ede3d008f053b652fa455eaf6b (patch)
tree588eec54aab2ec62c497b9395d21a4dd9abb8140 /src/core/debug/trace.h
parent0c84e3c4e68ba9c480074387fadf40fb9b8da873 (diff)
Guard headers tool.
Diffstat (limited to 'src/core/debug/trace.h')
-rw-r--r--src/core/debug/trace.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/core/debug/trace.h b/src/core/debug/trace.h
index bf9b8a3642..2059599a7d 100644
--- a/src/core/debug/trace.h
+++ b/src/core/debug/trace.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_CORE_DEBUG_TRACE_H
-#define GRPC_CORE_DEBUG_TRACE_H
+#ifndef GRPC_INTERNAL_CORE_DEBUG_TRACE_H
+#define GRPC_INTERNAL_CORE_DEBUG_TRACE_H
#include <grpc/support/port_platform.h>
@@ -57,5 +57,4 @@ extern gpr_uint32 grpc_trace_bits;
void grpc_init_trace_bits();
-#endif
-
+#endif /* GRPC_INTERNAL_CORE_DEBUG_TRACE_H */