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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user