summaryrefslogtreecommitdiffstats
path: root/src/if_py_both.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-12 20:35:35 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-12 20:35:35 +0100
commit9f1983de4e8293bae32fdab72a459b1b64bf767f (patch)
tree15b189fe27c86afd6b88e1d9db2c2e1fdfa3bc56 /src/if_py_both.h
parent3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2 (diff)
patch 8.2.4945: inconsistent use of white spacev8.2.4945
Problem: Inconsistent use of white space. Solution: Use Tabs and Spaces consistently.
Diffstat (limited to 'src/if_py_both.h')
-rw-r--r--src/if_py_both.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_py_both.h b/src/if_py_both.h
index 84afc15f59..0d0a5cef29 100644
--- a/src/if_py_both.h
+++ b/src/if_py_both.h
@@ -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);