From e3bcb203a9846cff0608bffca9cbef35758471b4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 5 Oct 2022 20:27:45 +1100 Subject: Fix order of include-guard & C++ extern block --- source/blender/python/generic/py_capi_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender') diff --git a/source/blender/python/generic/py_capi_utils.h b/source/blender/python/generic/py_capi_utils.h index 91ebef8d0b0..51e36892cbd 100644 --- a/source/blender/python/generic/py_capi_utils.h +++ b/source/blender/python/generic/py_capi_utils.h @@ -275,8 +275,8 @@ bool PyC_StructFmt_type_is_int_any(char format); bool PyC_StructFmt_type_is_byte(char format); bool PyC_StructFmt_type_is_bool(char format); -#endif /* __PY_CAPI_UTILS_H__ */ - #ifdef __cplusplus } #endif + +#endif /* __PY_CAPI_UTILS_H__ */ -- cgit v1.2.3