autopep8 -i
This commit is contained in:
parent
d0c1506a71
commit
e023757f8c
|
@ -1224,7 +1224,8 @@ def doxygen_length(a):
|
|||
l = int(e) - int(location.getAttribute('bodystart'))
|
||||
if l < 20:
|
||||
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'),
|
||||
location.getAttribute('bodystart')), n, l, "SLOC")
|
||||
# <location file="common/log.cpp" line="21" column="1" bodyfile="common/log.cpp" bodystart="21" bodyend="49"/>
|
||||
|
|
Loading…
Reference in New Issue