diff options
author | Steve Ellcey <sellcey@caviumnetworks.com> | 2018-10-16 11:02:03 -0700 |
---|---|---|
committer | Steve Ellcey <sellcey@caviumnetworks.com> | 2018-10-16 11:02:03 -0700 |
commit | f0da0bcf8b270d08c172df42dfc3f2b9a9240973 (patch) | |
tree | 8eac7012116fcfd85ab70f203dff44b8da3669a0 | |
parent | 75c1aee500ac95bde2b800b3d787c0dd805a8a82 (diff) | |
download | glibc-f0da0bcf8b270d08c172df42dfc3f2b9a9240973.zip glibc-f0da0bcf8b270d08c172df42dfc3f2b9a9240973.tar.gz glibc-f0da0bcf8b270d08c172df42dfc3f2b9a9240973.tar.bz2 |
Remove extra space at end of line.
-rw-r--r-- | sysdeps/aarch64/multiarch/memcpy_thunderx2.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/multiarch/memcpy_thunderx2.S b/sysdeps/aarch64/multiarch/memcpy_thunderx2.S index 5bdf0f8..09b4ef1 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 */ |