mirror of
https://github.com/python/cpython.git
synced 2025-09-13 04:08:37 +00:00
Whitespace normalization.
This commit is contained in:
parent
c10c9d0d6b
commit
dd5e7b9ae3
1 changed files with 77 additions and 78 deletions
|
@ -75,4 +75,3 @@ def commonprefix(m):
|
||||||
if s1[i] != s2[i]:
|
if s1[i] != s2[i]:
|
||||||
return s1[:i]
|
return s1[:i]
|
||||||
return s1[:n]
|
return s1[:n]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue