mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
This commit is contained in:
parent
b90f89a496
commit
e119006e7d
12 changed files with 424 additions and 424 deletions
|
|
@ -250,9 +250,9 @@ class XMLParser:
|
|||
break
|
||||
res = interesting.search(rawdata, i)
|
||||
if res:
|
||||
j = res.start(0)
|
||||
j = res.start(0)
|
||||
else:
|
||||
j = n
|
||||
j = n
|
||||
if i < j:
|
||||
data = rawdata[i:j]
|
||||
if self.__at_start and space.match(data) is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue