mirror of
https://github.com/mandiant/capa.git
synced 2026-01-04 00:37:08 -08:00
pep8
This commit is contained in:
@@ -69,7 +69,7 @@ def render_match(ostream, match, indent=0):
|
||||
render_node(ostream, match, match['node'], indent=indent)
|
||||
|
||||
for child in match['children']:
|
||||
render_match(ostream, child, indent=indent+1)
|
||||
render_match(ostream, child, indent=indent + 1)
|
||||
|
||||
|
||||
def render_vverbose(doc):
|
||||
@@ -101,4 +101,4 @@ def render_vverbose(doc):
|
||||
|
||||
ostream.write('\n')
|
||||
|
||||
return ostream.getvalue()
|
||||
return ostream.getvalue()
|
||||
|
||||
Reference in New Issue
Block a user