aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/parse_hexstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/util/parse_hexstring.h')
-rw-r--r--test/core/util/parse_hexstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/util/parse_hexstring.h b/test/core/util/parse_hexstring.h
index deab747dd1..b7d54c1711 100644
--- a/test/core/util/parse_hexstring.h
+++ b/test/core/util/parse_hexstring.h
@@ -21,6 +21,6 @@
#include <grpc/slice.h>
-grpc_slice parse_hexstring(const char *hexstring);
+grpc_slice parse_hexstring(const char* hexstring);
#endif /* GRPC_TEST_CORE_UTIL_PARSE_HEXSTRING_H */