Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
Required-githooks: true

Signed-off-by: Alexander A Oganezov <[email protected]>
  • Loading branch information
frostedcmos committed Sep 18, 2024
1 parent 4455870 commit c10a5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cart/crt_hg_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ crt_hg_header_copy(struct crt_rpc_priv *in, struct crt_rpc_priv *out)

out->crp_req_hdr = in->crp_req_hdr;
out->crp_reply_hdr.cch_hlc = in->crp_reply_hdr.cch_hlc;
out->crp_deadline_sec = in->crp_deadline_sec;
out->crp_deadline_sec = in->crp_deadline_sec;

if (!(out->crp_flags & CRT_RPC_FLAG_COLL))
return;
Expand Down

0 comments on commit c10a5bb

Please sign in to comment.