aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/json/json_stream_error_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/json/json_stream_error_test.c')
-rw-r--r--test/core/json/json_stream_error_test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/core/json/json_stream_error_test.c b/test/core/json/json_stream_error_test.c
index 3464eb2a9c..400776759d 100644
--- a/test/core/json/json_stream_error_test.c
+++ b/test/core/json/json_stream_error_test.c
@@ -49,9 +49,7 @@ static void string_clear(void *userdata) {
g_string_clear_once = 1;
}
-static gpr_uint32 read_char(void *userdata) {
- return GRPC_JSON_READ_CHAR_ERROR;
-}
+static uint32_t read_char(void *userdata) { return GRPC_JSON_READ_CHAR_ERROR; }
static grpc_json_reader_vtable reader_vtable = {
string_clear, NULL, NULL, read_char, NULL, NULL,