Skip to content

Commit

Permalink
Fix pointer formatting
Browse files Browse the repository at this point in the history
As titled

Co-authored-by: stuartarchibald <[email protected]>
  • Loading branch information
apmasell and stuartarchibald authored Sep 13, 2022
1 parent d50d986 commit 3379a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numba/_typeof.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@ int typecode_devicendarray(PyObject *dispatcher, PyObject *ary)
int ndim;
int layout = 0;
PyObject *ndim_obj = nullptr;
PyObject* num_obj = nullptr;
PyObject* dtype_obj = nullptr;
PyObject *num_obj = nullptr;
PyObject *dtype_obj = nullptr;
int dtype_num = 0;

PyObject* flags = PyObject_GetAttrString(ary, "flags");
Expand Down

0 comments on commit 3379a21

Please sign in to comment.