From 7ae479ee1c4ecb12723aefb86ed50fc4bd245388 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 17:20:54 +0000 Subject: [PATCH] style: pre-commit fixes --- include/pybind11/pybind11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pybind11/pybind11.h b/include/pybind11/pybind11.h index 6c69fc96eb5..9f67e9505c6 100644 --- a/include/pybind11/pybind11.h +++ b/include/pybind11/pybind11.h @@ -69,7 +69,7 @@ inline bool apply_exception_translators(std::forward_list & return false; } -constexpr const char* function_capsule_name = "pybind11_funciton_capsule_v1"; +constexpr const char *function_capsule_name = "pybind11_funciton_capsule_v1"; inline bool is_function_record_capsule(const capsule &cap) { // Compare the pointers, not the values to ensure that each extension is unique