We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccada24 commit eb61b6eCopy full SHA for eb61b6e
1 file changed
Modules/cmathmodule.c
@@ -36,9 +36,9 @@ static Py_complex c_pi2 = {M_PI/2., 0.};
36
#endif
37
38
/* forward declarations */
39
-staticforward Py_complex c_log(Py_Complex);
40
-staticforward Py_complex c_prodi(Py_Complex);
41
-staticforward Py_complex c_sqrt(Py_Complex);
+staticforward Py_complex c_log(Py_complex);
+staticforward Py_complex c_prodi(Py_complex);
+staticforward Py_complex c_sqrt(Py_complex);
42
43
44
static Py_complex c_acos(Py_complex x)
0 commit comments