0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.4945: inconsistent use of white space

Problem:    Inconsistent use of white space.
Solution:   Use Tabs and Spaces consistently.
This commit is contained in:
Bram Moolenaar
2022-05-12 20:35:35 +01:00
parent 3f32a5f160
commit 9f1983de4e
7 changed files with 68 additions and 66 deletions

View File

@@ -6954,7 +6954,7 @@ populate_module(PyObject *m)
{
// find_module() is deprecated, this may stop working in some later
// version.
ADD_OBJECT(m, "_find_module", py_find_module);
ADD_OBJECT(m, "_find_module", py_find_module);
}
Py_DECREF(imp);