summaryrefslogtreecommitdiff
path: root/libc/string/arm/bcopy.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-16 23:42:25 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-16 23:42:25 +0000
commit9635ca06608053d809de03a018be2478e3e4a505 (patch)
treed6760b4741e438f5404fb67d909c751b1898e05f /libc/string/arm/bcopy.S
parent021fb898d39a01bd15b3131678eb0dcf15cceaad (diff)
syntax/whitespace touchups
Diffstat (limited to 'libc/string/arm/bcopy.S')
-rw-r--r--libc/string/arm/bcopy.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/string/arm/bcopy.S b/libc/string/arm/bcopy.S
index c256df3f3..9e3efc7d0 100644
--- a/libc/string/arm/bcopy.S
+++ b/libc/string/arm/bcopy.S
@@ -39,10 +39,10 @@
/* bcopy = memcpy/memmove with arguments reversed. */
- .text
- .global bcopy;
- .type bcopy,%function
- .align 4; \
+.text
+.global bcopy
+.type bcopy,%function
+.align 4
bcopy:
/* switch the source and destination registers */