comparison tests/test-parseindex2.py @ 27637:b502138f5faa

cleanup: remove superfluous space after space after equals (python)
author timeless <timeless@mozdev.org>
date Thu, 31 Dec 2015 08:16:59 +0000
parents 3681de20b0a7
children 0c2295384eea
comparison
equal deleted inserted replaced
27636:21b363bd87dc 27637:b502138f5faa
20 20
21 def py_parseindex(data, inline) : 21 def py_parseindex(data, inline) :
22 s = 64 22 s = 64
23 cache = None 23 cache = None
24 index = [] 24 index = []
25 nodemap = {nullid: nullrev} 25 nodemap = {nullid: nullrev}
26 n = off = 0 26 n = off = 0
27 27
28 l = len(data) - s 28 l = len(data) - s
29 append = index.append 29 append = index.append
30 if inline: 30 if inline: