From 5f47d8b6f11cdb3c4c2f43e04e5acfc6ffcb3035 Mon Sep 17 00:00:00 2001 From: David Foerster Date: Tue, 10 May 2016 22:24:06 +0200 Subject: Fix space before tab --- src/Crypto/AesSmall_x86.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Crypto/AesSmall_x86.asm') diff --git a/src/Crypto/AesSmall_x86.asm b/src/Crypto/AesSmall_x86.asm index 20008194..872aa013 100644 --- a/src/Crypto/AesSmall_x86.asm +++ b/src/Crypto/AesSmall_x86.asm @@ -946,7 +946,7 @@ dec_round: restore ebp,1 xor eax,[ebp] xor ebx,[ebp+4] - add sp, 2 + add sp, 2 ret %else -- cgit v1.2.3