about summary refs log tree commit diff stats
path: root/example
diff options
context:
space:
mode:
authorDuncan Ogilvie <mr.exodia.tpodt@gmail.com>2024-01-06 18:36:38 +0100
committerDuncan Ogilvie <mr.exodia.tpodt@gmail.com>2024-01-06 18:37:15 +0100
commitf2335970fea3670c261c162e65e72ebef2a4de2e (patch)
tree38caaaa8b45693e178ea4560191203319f92765e /example
parent0d031c8a558a70664b7ce1e7f580472cff73c2b8 (diff)
downloadfocaccia-miasm-f2335970fea3670c261c162e65e72ebef2a4de2e.tar.gz
focaccia-miasm-f2335970fea3670c261c162e65e72ebef2a4de2e.zip
Remove trailing whitespace
Diffstat (limited to 'example')
-rw-r--r--example/jitter/unpack_generic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/unpack_generic.py b/example/jitter/unpack_generic.py
index 3329d2a9..e389a4b5 100644
--- a/example/jitter/unpack_generic.py
+++ b/example/jitter/unpack_generic.py
@@ -35,7 +35,7 @@ def stop(jitter):
 if options.oep:
     # Set callbacks
     sb.jitter.add_breakpoint(int(options.oep, 0), stop)
-    
+
 # Run until an error is encountered - IT IS UNLIKELY THE ORIGINAL ENTRY POINT
 try:
     sb.run()