diff options
| author | Eric Wieser <wieser.eric@gmail.com> | 2018-09-09 11:14:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-09 11:14:57 -0700 |
| commit | 66f3245a9837f16255b64e3328a61d892fcc9d90 (patch) | |
| tree | 6949520b3e2a21101c27ca4ad0cc7bbc018de296 /numpy/core | |
| parent | 27834b3307361e3425cc19d568c31a42476156f5 (diff) | |
| download | numpy-66f3245a9837f16255b64e3328a61d892fcc9d90.tar.gz | |
STY: dedent C label
Diffstat (limited to 'numpy/core')
| -rw-r--r-- | numpy/core/src/multiarray/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/src/multiarray/buffer.c b/numpy/core/src/multiarray/buffer.c index ae2a263e7..0b15db5f4 100644 --- a/numpy/core/src/multiarray/buffer.c +++ b/numpy/core/src/multiarray/buffer.c @@ -246,8 +246,8 @@ _buffer_format_string(PyArray_Descr *descr, _tmp_string_t *str, active_byteorder); *offset = old_offset + (*offset - old_offset) * total_count; - subarray_fail: - Py_DECREF(subarray_tuple); + subarray_fail: + Py_DECREF(subarray_tuple); return ret; } else if (PyDataType_HASFIELDS(descr)) { |
