Fix order of include-guard & C++ extern block

This commit is contained in:
Campbell Barton 2022-10-05 20:27:45 +11:00
parent 1a485a3aa6
commit e3bcb203a9
1 changed files with 2 additions and 2 deletions

View File

@ -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__ */