Skip to content

Commit db8f35c

Browse files
indent
Co-authored-by: Chris Eibl <[email protected]>
1 parent 2c36f5d commit db8f35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# if defined(__clang__) || defined(__GNUC__)
8383
# if !_Py__has_attribute(preserve_none) || !_Py__has_attribute(musttail)
8484
# error "This compiler does not have support for efficient tail calling."
85-
# endif
85+
# endif
8686
# elif defined(_MSC_VER) && (_MSC_VER < 1950)
8787
# error "You need at least VS 2026 / PlatformToolset v145 for tail calling."
8888
# endif

0 commit comments

Comments
 (0)