Skip to content

Commit

Permalink
Clang format.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewstevenson88 committed Oct 20, 2024
1 parent 2922d7c commit 36d4f00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/tsi/alts/handshaker/alts_handshaker_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ void alts_handshaker_client_handle_response(alts_handshaker_client* c,
return;
}
if (recv_buffer == nullptr) {
VLOG(2) << "recv_buffer is nullptr in alts_tsi_handshaker_handle_response()";
VLOG(2)
<< "recv_buffer is nullptr in alts_tsi_handshaker_handle_response()";
handle_response_done(
client, TSI_INTERNAL_ERROR,
"recv_buffer is nullptr in alts_tsi_handshaker_handle_response()",
Expand Down

0 comments on commit 36d4f00

Please sign in to comment.