summaryrefslogtreecommitdiff
path: root/sys/src/libc/alpha
diff options
context:
space:
mode:
authorBurnZeZ <brz-9dev@feline.systems>2016-03-19 17:35:36 -0400
committerBurnZeZ <brz-9dev@feline.systems>2016-03-19 17:35:36 -0400
commite387915a8f408ad8d40ea93f6a72a7a782e58899 (patch)
tree65ff8117991d0e657c2d08aa5bb08e15518db453 /sys/src/libc/alpha
parentd094b7faa1151c60d829a3988bae819f76be75d3 (diff)
libc: trailing whitespace cleanup
Diffstat (limited to 'sys/src/libc/alpha')
-rw-r--r--sys/src/libc/alpha/memmove.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libc/alpha/memmove.s b/sys/src/libc/alpha/memmove.s
index 8a77f68d7..f0e822184 100644
--- a/sys/src/libc/alpha/memmove.s
+++ b/sys/src/libc/alpha/memmove.s
@@ -27,7 +27,7 @@ _balign:
MOVB R2, (R6)
ADDL $-1, R7, R7
JMP _balign
-
+
_baligned:
AND $(QUAD-1), R7, R1 /* is the source quad-aligned */
BNE R1, _bunaligned