Skip to content

Commit ecab092

Browse files
committed
Remove an extraneous newline
1 parent dbaf57a commit ecab092

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/ceval.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ _Py_EnterRecursiveCallUnchecked(PyThreadState *tstate)
360360
# define Py_C_STACK_SIZE 1200000
361361
#elif defined(__sparc__)
362362
# define Py_C_STACK_SIZE 1600000
363-
364363
#elif defined(__hppa__) || defined(__powerpc64__)
365364
# define Py_C_STACK_SIZE 2000000
366365
#else

0 commit comments

Comments
 (0)