Skip to content

Commit 75dc1ed

Browse files
committed
patch 9.0.1778: if_py_both: code-style issue
Problem: if_py_both: code-style issue Solution: add space Signed-off-by: Christian Brabandt <[email protected]>
1 parent be07caa commit 75dc1ed

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/if_py_both.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ PyObject* Vim_PyObject_New(PyTypeObject *type, size_t objsize)
148148
Py_XDECREF(module); \
149149
Py_XDECREF(full); \
150150
Py_XDECREF(full_bytes); \
151-
} while(0)
151+
} while (0)
152152

153153
# define PyList_GET_ITEM(list, i) PyList_GetItem(list, i)
154154
# define PyList_GET_SIZE(o) PyList_Size(o)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,8 @@ static char *(features[]) =
699699

700700
static int included_patches[] =
701701
{ /* Add new patch number below this line */
702+
/**/
703+
1778,
702704
/**/
703705
1777,
704706
/**/

0 commit comments

Comments
 (0)