Home
last modified time | relevance | path

Searched refs:reindent (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpatchcheck.py7 import reindent
74 reindent.makebackup = False # No need to create backups.
77 if reindent.check(path):
DREADME58 reindent.py Change .py files to use 4-space indents.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtimeit.py90 def reindent(src, indent): function
126 stmt = reindent(stmt, 8)
128 setup = reindent(setup, 4)