Skip to content

Commit ecfa30b

Browse files
committed
revert unwanted change
1 parent 9df058a commit ecfa30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testcapimodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <float.h> // FLT_MAX
1919
#include <signal.h>
2020
#include <stddef.h> // offsetof()
21+
2122
#ifdef HAVE_SYS_WAIT_H
2223
# include <sys/wait.h> // W_STOPCODE
2324
#endif
@@ -51,7 +52,6 @@ get_testerror(PyObject *self) {
5152
return state->error;
5253
}
5354

54-
5555
/* Raise _testcapi.error with test_name + ": " + msg, and return NULL. */
5656

5757
static PyObject *

0 commit comments

Comments
 (0)