about summary refs log tree commit diff stats
path: root/example/ida
diff options
context:
space:
mode:
Diffstat (limited to 'example/ida')
-rw-r--r--example/ida/ctype_propagation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/ida/ctype_propagation.py b/example/ida/ctype_propagation.py
index d35835dc..db324833 100644
--- a/example/ida/ctype_propagation.py
+++ b/example/ida/ctype_propagation.py
@@ -268,7 +268,6 @@ def analyse_function():
     iraCallStackFixer = get_ira_call_fixer(ira)
     ir_arch = iraCallStackFixer(mdis.symbol_pool)
 
-
     asmcfg = mdis.dis_multiblock(addr)
     # Generate IR
     for block in asmcfg.blocks: