Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewstevenson88 committed Oct 20, 2024
1 parent 4d0d550 commit a1e5e8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -536,11 +536,11 @@ static tsi_result handshaker_next(
if (error != nullptr) *error = "handshake shutdown";
return TSI_HANDSHAKE_SHUTDOWN;
}
if (!handshaker->is_client && received_bytes_size == 0) {
return TSI_INCOMPLETE_DATA;
}
}

if (!handshaker->is_client && received_bytes_size == 0) {
return TSI_INCOMPLETE_DATA;
}
if (handshaker->channel == nullptr && !handshaker->use_dedicated_cq) {
alts_tsi_handshaker_continue_handshaker_next_args* args =
new alts_tsi_handshaker_continue_handshaker_next_args();
Expand Down

0 comments on commit a1e5e8b

Please sign in to comment.