small style change for readability

This commit is contained in:
Michael Ligh
2019-02-07 09:08:32 +00:00
committed by ikelos
parent 33f3f4372c
commit f34cd01b09
@@ -149,13 +149,10 @@ class PoolScanner(plugins.PluginInterface):
b'File',
])
for result in self.generate_pool_scan(self.context,
self.config["primary"],
symbol_table,
constraints):
constraint, mem_object, header = result
for constraint, mem_object, header in self.generate_pool_scan(self.context,
self.config["primary"],
symbol_table,
constraints):
# generate some type-specific info for sanity checking
if constraint.object_type == "Process":
name = mem_object.ImageFileName.cast(