Skip to content

Commit b136f71

Browse files
committed
Fix stray newline change.
1 parent e899792 commit b136f71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/faulthandler.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "pycore_sysmodule.h" // _PySys_GetRequiredAttr()
1010
#include "pycore_time.h" // _PyTime_FromSecondsObject()
1111
#include "pycore_traceback.h" // _Py_DumpTracebackThreads
12-
1312
#ifdef HAVE_UNISTD_H
1413
# include <unistd.h> // _exit()
1514
#endif

0 commit comments

Comments
 (0)