Skip to content

Commit bc4adfd

Browse files
Remove unrelated change.
1 parent 1304423 commit bc4adfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Objects/complexobject.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ class complex "PyComplexObject *" "&PyComplex_Type"
2222

2323
#include "clinic/complexobject.c.h"
2424

25-
static Py_complex c_1 = {1., 0.};
26-
2725
/* elementary operations on complex numbers */
2826

27+
static Py_complex c_1 = {1., 0.};
28+
2929
Py_complex
3030
_Py_c_sum(Py_complex a, Py_complex b)
3131
{

0 commit comments

Comments
 (0)