10000 address review: tabs in math_1 · python/cpython@169815d · GitHub
[go: up one dir, main page]

Skip to content

Commit 169815d

Browse files
committed
address review: tabs in math_1
1 parent 34b3cad commit 169815d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/mathmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,8 @@ math_1(PyObject *arg, double (*func) (double), int can_overflow,
960960
if (err_msg) {
961961
char *buf = PyOS_double_to_string(x, 'r', 0, Py_DTSF_ADD_DOT_0, NULL);
962962
if (buf) {
963-
PyErr_Format(PyExc_ValueError, err_msg, buf);
964-
PyMem_Free(buf);
963+
PyErr_Format(PyExc_ValueError, err_msg, buf);
964+
PyMem_Free(buf);
965965
}
966966
}
967967
else {

0 commit comments

Comments
 (0)
0