Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dreindent.py196 have = getlspace(lines[thisstmt])
210 if have == getlspace(lines[jline]):
220 want = have + getlspace(after[jline-1]) - \
221 getlspace(lines[jline])
241 remove = min(getlspace(line), -diff)
297 def getlspace(line): function