commit | 598ceae876ff4a23072e59945597e945583de4ab | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Nov 28 17:56:10 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue Nov 28 17:56:10 2017 +0200 |
tree | a7c0c1380c40bda01c70b8bd40ba47d1b2f6d54a | |
parent | 08d2b86a1058b733bb7f1ae2b55818dd9687d21c [diff] [blame] |
bpo-32150: Expand tabs to spaces in C files. (#4583)
diff --git a/Include/pyfpe.h b/Include/pyfpe.h index f9a15e6..d86cb74 100644 --- a/Include/pyfpe.h +++ b/Include/pyfpe.h
@@ -135,9 +135,9 @@ #define PyFPE_START_PROTECT(err_string, leave_stmt) \ if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \ - PyErr_SetString(PyExc_FloatingPointError, err_string); \ - PyFPE_counter = 0; \ - leave_stmt; \ + PyErr_SetString(PyExc_FloatingPointError, err_string); \ + PyFPE_counter = 0; \ + leave_stmt; \ } /*