From e76f89a3381eefaf5293f1bff77f144048ab4a91 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 11 Oct 2018 13:28:25 -0400 Subject: [PATCH] Fix whitespace --- parsedmarc/utils.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/parsedmarc/utils.py b/parsedmarc/utils.py index 1b5fa82..4bea71a 100644 --- a/parsedmarc/utils.py +++ b/parsedmarc/utils.py @@ -324,9 +324,11 @@ def get_filename_safe_string(string): return string - def is_outlook_msg(suspect_bytes): - """Checks if the given content is a Outlook msg OLE file""" - return suspect_bytes.startswith(b"\xD0\xCF\x11\xE0\xA1\xB1\x1A\xE1") + +def is_outlook_msg(suspect_bytes): + """Checks if the given content is a Outlook msg OLE file""" + return suspect_bytes.startswith(b"\xD0\xCF\x11\xE0\xA1\xB1\x1A\xE1") + def convert_outlook_msg(msg_bytes): """