Skip to content

Commit

Permalink
adjust indentation of \
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Oct 24, 2023
1 parent 49fc835 commit 2b2363e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mrc/_pymrc/include/pymrc/coro.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class PYBIND11_EXPORT PyTaskToCppAwaitable
mrc::pymrc::PyHolder o_result; \
{ \
pybind11::gil_scoped_release nogil; \
o_result = co_await mrc::pymrc::coro::PyTaskToCppAwaitable(std::move(o_task)); \
o_result = co_await mrc::pymrc::coro::PyTaskToCppAwaitable(std::move(o_task)); \
DCHECK_EQ(PyGILState_Check(), 0) << "Should not have the GIL after returning from co_await"; \
} \
if (pybind11::detail::cast_is_temporary_value_reference<ret_type>::value) \
Expand Down

0 comments on commit 2b2363e

Please sign in to comment.