Skip to content

Commit d8901b1

Browse files
committed
add space after #endif
1 parent 6812a5f commit d8901b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/ceval_macros.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
# error "This compiler does not have support for efficient tail calling."
8484
# endif
8585
#endif
86+
8687
// Note: [[clang::musttail]] works for GCC 15, but not __attribute__((musttail)) at the moment.
8788
# define Py_MUSTTAIL [[clang::musttail]]
8889
# define Py_PRESERVE_NONE_CC __attribute__((preserve_none))

0 commit comments

Comments
 (0)