mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
zipimport: fix indentation
This commit is contained in:
parent
f038b32d0b
commit
c342fca222
1 changed files with 5 additions and 4 deletions
|
|
@ -41,6 +41,7 @@ struct _zipimporter {
|
||||||
};
|
};
|
||||||
|
|
||||||
static PyObject *ZipImportError;
|
static PyObject *ZipImportError;
|
||||||
|
/* read_directory() cache */
|
||||||
static PyObject *zip_directory_cache = NULL;
|
static PyObject *zip_directory_cache = NULL;
|
||||||
|
|
||||||
/* forward decls */
|
/* forward decls */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue