From f0da0bcf8b270d08c172df42dfc3f2b9a9240973 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Tue, 16 Oct 2018 11:02:03 -0700 Subject: [PATCH] Remove extra space at end of line. --- sysdeps/aarch64/multiarch/memcpy_thunderx2.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/aarch64/multiarch/memcpy_thunderx2.S b/sysdeps/aarch64/multiarch/memcpy_thunderx2.S index 5bdf0f8f21..09b4ef1ba6 100644 --- a/sysdeps/aarch64/multiarch/memcpy_thunderx2.S +++ b/sysdeps/aarch64/multiarch/memcpy_thunderx2.S @@ -537,7 +537,7 @@ L(dst_unaligned): as immediate. 15 code chunks process each possible index value. Computed goto is used to reach the required code. */ - + /* Store the 16 bytes to dst and align dst for further operations, several bytes will be stored at this address once more */