Skip to content

Commit

Permalink
Merge pull request grpc#9618 from carl-mastrangelo/wander
Browse files Browse the repository at this point in the history
remove extra space in Csharp code
  • Loading branch information
jtattermusch authored Feb 7, 2017
2 parents c6556af + 5f3a143 commit 86e3a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csharp/ext/grpc_csharp_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_send_status_from_server(
ops[nops].data.send_message.send_message = ctx->send_message;
ops[nops].flags = write_flags;
ops[nops].reserved = NULL;
nops ++;
nops++;
}
if (send_empty_initial_metadata) {
ops[nops].op = GRPC_OP_SEND_INITIAL_METADATA;
Expand Down

0 comments on commit 86e3a54

Please sign in to comment.