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);