commit | 9f1983de4e8293bae32fdab72a459b1b64bf767f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 12 20:35:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 12 20:35:35 2022 +0100 |
tree | 15b189fe27c86afd6b88e1d9db2c2e1fdfa3bc56 | |
parent | 3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2 [diff] [blame] |
patch 8.2.4945: inconsistent use of white space Problem: Inconsistent use of white space. Solution: Use Tabs and Spaces consistently.
diff --git a/src/if_py_both.h b/src/if_py_both.h index 84afc15..0d0a5ce 100644 --- a/src/if_py_both.h +++ b/src/if_py_both.h
@@ -6954,7 +6954,7 @@ { // 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);