Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jul 31, 2024
1 parent 83ec2c7 commit 2813e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pybind11/cucim_py.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ py::object py_read_region(const CuImage& cuimg,

if (mv) // fast copy
{
py::buffer_info buf = buffer_info(PyMemoryView_GET_BUFFER(mv.ptr()), false);
if (buf)
py::buffer_info buf = buffer_info(PyMemoryView_GET_BUFFER(mv.ptr()), false);
if (buf)
{
if (buf.format != 'q')
{
Expand Down

0 comments on commit 2813e79

Please sign in to comment.