forked from OpenSDV/Linux_Kernel_map4vehicle
autopep8 -i
This commit is contained in:
parent
d0c1506a71
commit
e023757f8c
|
@ -1224,10 +1224,11 @@ def doxygen_length(a):
|
||||||
l = int(e) - int(location.getAttribute('bodystart'))
|
l = int(e) - int(location.getAttribute('bodystart'))
|
||||||
if l < 20:
|
if l < 20:
|
||||||
continue
|
continue
|
||||||
print(location.getAttribute('bodystart'), n, location.getAttribute('file'), location.getAttribute('bodyfile'), x, file=sys.stderr)
|
print(location.getAttribute('bodystart'), n, location.getAttribute(
|
||||||
|
'file'), location.getAttribute('bodyfile'), x, file=sys.stderr)
|
||||||
print("{0}:{1}:".format(location.getAttribute('bodyfile'),
|
print("{0}:{1}:".format(location.getAttribute('bodyfile'),
|
||||||
location.getAttribute('bodystart')), n, l, "SLOC")
|
location.getAttribute('bodystart')), n, l, "SLOC")
|
||||||
#<location file="common/log.cpp" line="21" column="1" bodyfile="common/log.cpp" bodystart="21" bodyend="49"/>
|
# <location file="common/log.cpp" line="21" column="1" bodyfile="common/log.cpp" bodystart="21" bodyend="49"/>
|
||||||
return g
|
return g
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue