Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
Features: dfuse,-test_dfuse_find,-test_dfuse_daos_build_wt_pil4dfs
Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
  • Loading branch information
ashleypittman committed Apr 30, 2024
1 parent f79cb98 commit a43df49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/dfuse/ops/read.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ chunk_read(fuse_req_t req, size_t len, off_t position, struct dfuse_obj_hdl *oh)

D_MUTEX_LOCK(&rc_lock);
if (cd->complete) {
ev = cd->ev;
ev = cd->ev;
} else {
cd->reqs[slot] = req;
cd->ohs[slot] = oh;
Expand Down

0 comments on commit a43df49

Please sign in to comment.