diff options
author | David Foerster <david.foerster@informatik.hu-berlin.de> | 2016-05-10 22:24:06 +0200 |
---|---|---|
committer | David Foerster <david.foerster@informatik.hu-berlin.de> | 2016-05-10 22:24:06 +0200 |
commit | 5f47d8b6f11cdb3c4c2f43e04e5acfc6ffcb3035 (patch) | |
tree | b1afa687c97fbf5e1ba2c92c5a10479ae5f832f5 /src/Crypto/AesSmall_x86.asm | |
parent | 11716ed2dacbb104f8f59867fe66f2c0a6984291 (diff) | |
download | VeraCrypt-5f47d8b6f11cdb3c4c2f43e04e5acfc6ffcb3035.tar.gz VeraCrypt-5f47d8b6f11cdb3c4c2f43e04e5acfc6ffcb3035.zip |
Fix space before tab
Diffstat (limited to 'src/Crypto/AesSmall_x86.asm')
-rw-r--r-- | src/Crypto/AesSmall_x86.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |