From 1ff52d5278b625ede3d008f053b652fa455eaf6b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 1 Mar 2015 05:24:36 +0100 Subject: Guard headers tool. --- test/core/util/port.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/core/util/port.h') diff --git a/test/core/util/port.h b/test/core/util/port.h index 2a12ab985e..b516ec5a48 100644 --- a/test/core/util/port.h +++ b/test/core/util/port.h @@ -31,8 +31,8 @@ * */ -#ifndef __GRPC_TEST_UTIL_PORT_H__ -#define __GRPC_TEST_UTIL_PORT_H__ +#ifndef GRPC_TEST_CORE_UTIL_PORT_H +#define GRPC_TEST_CORE_UTIL_PORT_H #ifdef __cplusplus extern "C" { @@ -49,4 +49,4 @@ int grpc_pick_unused_port_or_die(); } #endif -#endif /* __GRPC_TEST_UTIL_PORT_H__ */ +#endif /* GRPC_TEST_CORE_UTIL_PORT_H */ -- cgit v1.2.3