autopep8 -i

This commit is contained in:
Costa Shulyupin 2020-07-21 19:31:16 +03:00
parent d0c1506a71
commit e023757f8c
1 changed files with 3 additions and 2 deletions

View File

@ -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