Skip to content

Commit e023757

Browse files
Costa ShulyupinCosta Shulyupin
authored andcommitted
autopep8 -i
1 parent d0c1506 commit e023757

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

srcxray.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,10 +1224,11 @@ def doxygen_length(a):
12241224
l = int(e) - int(location.getAttribute('bodystart'))
12251225
if l < 20:
12261226
continue
1227-
print(location.getAttribute('bodystart'), n, location.getAttribute('file'), location.getAttribute('bodyfile'), x, file=sys.stderr)
1227+
print(location.getAttribute('bodystart'), n, location.getAttribute(
1228+
'file'), location.getAttribute('bodyfile'), x, file=sys.stderr)
12281229
print("{0}:{1}:".format(location.getAttribute('bodyfile'),
12291230
location.getAttribute('bodystart')), n, l, "SLOC")
1230-
#<location file="common/log.cpp" line="21" column="1" bodyfile="common/log.cpp" bodystart="21" bodyend="49"/>
1231+
# <location file="common/log.cpp" line="21" column="1" bodyfile="common/log.cpp" bodystart="21" bodyend="49"/>
12311232
return g
12321233

12331234

0 commit comments

Comments
 (0)