From e023757f8cd5df5d70e25f7e8042c770fded1ab8 Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Tue, 21 Jul 2020 19:31:16 +0300 Subject: [PATCH] autopep8 -i --- srcxray.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcxray.py b/srcxray.py index 669fecf..8632ef6 100755 --- a/srcxray.py +++ b/srcxray.py @@ -1224,10 +1224,11 @@ 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") - # + # return g