Replace tab with four spaces indent

This commit is contained in:
pagedown
2022-08-08 21:24:53 +08:00
committed by Kovid Goyal
parent 21eece4c6d
commit 06108d66b1
7 changed files with 23 additions and 23 deletions

View File

@@ -110,5 +110,5 @@ static struct PyModuleDef module = {
EXPORTED PyMODINIT_FUNC
PyInit_unicode_names(void) {
return PyModuleDef_Init(&module);
return PyModuleDef_Init(&module);
}