diff options
author | Denys Vlasenko | 2022-02-09 11:29:23 +0100 |
---|---|---|
committer | Denys Vlasenko | 2022-02-09 11:29:23 +0100 |
commit | 6a6c1c0ea91edeeb18736190feb5a7278d3d1141 (patch) | |
tree | ee72344ef78c891728a69e65113cab531cbe09b4 /libbb/hash_md5_sha_x86-64_shaNI.S | |
parent | caa9c4f707b661cf398f2c2d66f54f5b0d8adfe2 (diff) | |
download | busybox-6a6c1c0ea91edeeb18736190feb5a7278d3d1141.zip busybox-6a6c1c0ea91edeeb18736190feb5a7278d3d1141.tar.gz |
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/hash_md5_sha_x86-64_shaNI.S')
-rw-r--r-- | libbb/hash_md5_sha_x86-64_shaNI.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/hash_md5_sha_x86-64_shaNI.S b/libbb/hash_md5_sha_x86-64_shaNI.S index b320293..54d1227 100644 --- a/libbb/hash_md5_sha_x86-64_shaNI.S +++ b/libbb/hash_md5_sha_x86-64_shaNI.S @@ -217,8 +217,8 @@ sha1_process_block64_shaNI: .size sha1_process_block64_shaNI, .-sha1_process_block64_shaNI .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16 - .balign 16 + .balign 16 PSHUFFLE_BYTE_FLIP_MASK: - .octa 0x000102030405060708090a0b0c0d0e0f + .octa 0x000102030405060708090a0b0c0d0e0f #endif |