Skip to content

Commit

Permalink
clang-tidy auto-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Jul 29, 2024
1 parent b812ebc commit 59aa8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pybind11/stl/filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PYBIND11_NAMESPACE_BEGIN(detail)
# define PYBIND11_REINTERPRET_CAST_VOID_PTR_IF_NOT_PYPY(...)
#else
# define PYBIND11_REINTERPRET_CAST_VOID_PTR_IF_NOT_PYPY(...) \
reinterpret_cast<void *>(__VA_ARGS__)
(reinterpret_cast<void *>(__VA_ARGS__))
#endif

#if defined(PYBIND11_HAS_FILESYSTEM) || defined(PYBIND11_HAS_EXPERIMENTAL_FILESYSTEM)
Expand Down

0 comments on commit 59aa8c3

Please sign in to comment.