From 33e305799da2ab47c388aeeb9a7fd5f22e6c4276 Mon Sep 17 00:00:00 2001 From: Marti Markov Date: Mon, 4 Dec 2017 16:56:08 +0000 Subject: [PATCH] Fix spacing issue --- src/core/set.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/set.py b/src/core/set.py index 7e5055c93..7e1eb9996 100644 --- a/src/core/set.py +++ b/src/core/set.py @@ -1045,8 +1045,8 @@ try: import src.teensy.powershell_shellcode # HID Msbuild compile to memory Shellcode Attack - if teensy_menu_choice == "14": - print_status( + if teensy_menu_choice == "14": + print_status( "HID Msbuild compile to memory Shellcode Attack selected") debug_msg( me, "importing '-----file-----'", 1)