Skip to content
Snippets Groups Projects
Commit 786c8520 authored by Noah Eisen's avatar Noah Eisen
Browse files

clang fmt

If I had a nickle...
parent c6ec1155
No related branches found
No related tags found
No related merge requests found
...@@ -231,8 +231,8 @@ static void internal_set_int(grpc_error **err, grpc_error_ints which, ...@@ -231,8 +231,8 @@ static void internal_set_int(grpc_error **err, grpc_error_ints which,
if (slot == UINT8_MAX) { if (slot == UINT8_MAX) {
slot = get_placement(err, sizeof(value)); slot = get_placement(err, sizeof(value));
if (slot == UINT8_MAX) { if (slot == UINT8_MAX) {
gpr_log(GPR_ERROR, "Error %p is full, dropping int {\"%s\":%" PRIiPTR "}", *err, gpr_log(GPR_ERROR, "Error %p is full, dropping int {\"%s\":%" PRIiPTR "}",
error_int_name(which), value); *err, error_int_name(which), value);
return; return;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment