8000 STY: Add blank line after variable declarations. · numpy/numpy@86a7ac6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86a7ac6

Browse files
authored
STY: Add blank line after variable declarations.
1 parent 53a022b commit 86a7ac6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/core/src/multiarray/strfuncs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ array_format(PyArrayObject *self, PyObject *args)
209209
if (PyArray_NDIM(self) == 0) {
210210
PyObject *item = PyArray_ToScalar(PyArray_DATA(self), self);
211211
PyObject *res;
212+
212213
if (item == NULL) {
213214
return NULL;
214215
}

0 commit comments

Comments
 (0)
0