Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Dec 18, 2024
1 parent 92b2bc5 commit 153226e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/H5Z.c
Original file line number Diff line number Diff line change
Expand Up @@ -1566,11 +1566,13 @@ H5Z_pipeline(const H5O_pline_t *pline, unsigned flags, unsigned *filter_mask /*i
} /* end for */
}

/* clang-format on */
*filter_mask = failed;

*filter_mask = failed;
done:
FUNC_LEAVE_NOAPI(ret_value)

/* clang-format on */

done : FUNC_LEAVE_NOAPI(ret_value)
}

/*-------------------------------------------------------------------------
Expand Down

0 comments on commit 153226e

Please sign in to comment.