fix whitespace

This commit is contained in:
Marcus Gursch 2022-03-29 10:26:33 +02:00
parent f49096c2c6
commit 100c4561b7

View file

@ -58,7 +58,6 @@ if __name__ == "__main__":
else:
print("er-patcher: ultrawide pattern scan failed")
if patch.disable_vigniette or patch.all:
v_pattern = 'f3 0f 10 .. .. f3 0f 59 .. .. .. .. .. e8 .. .. .. .. f3 41 0f .. .. f3 45 0f .. .. 4c 8d .. .. .. .. .. .. 48'.replace(" ", "")
if (res := re.search(v_pattern, exe_hex)) is not None: