]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1778: if_py_both: code-style issue v9.0.1778
authorChristian Brabandt <cb@256bit.org>
Sun, 20 Aug 2023 21:19:24 +0000 (23:19 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 20 Aug 2023 21:19:24 +0000 (23:19 +0200)
Problem:  if_py_both: code-style issue
Solution: add space

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/if_py_both.h
src/version.c

index ff18098605b89a264bca728608d085124d95d496..c1d7675cb3ba2aac2168ec62c56247dbd83d7c06 100644 (file)
@@ -148,7 +148,7 @@ PyObject* Vim_PyObject_New(PyTypeObject *type, size_t objsize)
        Py_XDECREF(module); \
        Py_XDECREF(full); \
        Py_XDECREF(full_bytes); \
-    } while(0)
+    } while (0)
 
 # define PyList_GET_ITEM(list, i) PyList_GetItem(list, i)
 # define PyList_GET_SIZE(o) PyList_Size(o)
index 43626ab65c7078681cd5acf68de6830b3c2726f8..50e2187c4c91641b5a110a5fd61b7a38a6d24a57 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1778,
 /**/
     1777,
 /**/