From f41e99dfa72ffe9f32764ca45ceefc43fe9d8137 Mon Sep 17 00:00:00 2001 From: Jeff Tranter Date: Sun, 9 Sep 2018 13:08:14 -0400 Subject: [PATCH] Remove some white space. --- udis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/udis.py b/udis.py index 6197839..7552249 100755 --- a/udis.py +++ b/udis.py @@ -140,12 +140,12 @@ while True: length = 1 # Invalid opcode format = "" mnemonic = "???" - + if flags & 2 == und and not args.undocumented: # currently only handles one-byte undocumented opcodes format = "" mnemonic = "???" - + # Disassembly format: # XXXX XX XX XX XX XX nop ($1234,X)