summaryrefslogtreecommitdiffstats
path: root/Include/pyfpe.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pyfpe.h')
-rw-r--r--Include/pyfpe.h6
1 files changed, 3 insertions, 3 deletions
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 @@ extern double PyFPE_dummy(void *);
#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; \
}
/*