From 53d19a5598a8685354b0f95323633b7f2bdc1a57 Mon Sep 17 00:00:00 2001 From: psondej Date: Wed, 3 Jan 2024 07:45:55 +0100 Subject: [PATCH] fix tabs --- pwnlib/asm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnlib/asm.py b/pwnlib/asm.py index 8e778ebcd..1e42f8dc0 100644 --- a/pwnlib/asm.py +++ b/pwnlib/asm.py @@ -234,8 +234,8 @@ def _assembler(): gas, version = which_binutils('as', check_version=True) if version < (2, 19): log.warn_once('Your binutils version is too old and may not work!\n' - 'Try updating with: https://docs.pwntools.com/en/stable/install/binutils.html\n' - 'Reported version: %r', version) + 'Try updating with: https://docs.pwntools.com/en/stable/install/binutils.html\n' + 'Reported version: %r', version) E = { 'big': '-EB',