Skip to content

Commit

Permalink
Style updates for PEP7
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Oct 30, 2023
1 parent 5ffbeb3 commit 5664b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Python/pystate.c
Original file line number Diff line number Diff line change
Expand Up @@ -2951,8 +2951,8 @@ _float_shared(PyThreadState *tstate, PyObject *obj,
{
return -1;
}
double * shared = (double*)data->data;
*shared = PyFloat_AsDouble(obj);
double *shared = (double *)data->data;
*shared = PyFloat_AsDouble(obj);
return 0;
}

Expand Down

0 comments on commit 5664b87

Please sign in to comment.