From 9635ca06608053d809de03a018be2478e3e4a505 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 16 Sep 2005 23:42:25 +0000 Subject: syntax/whitespace touchups --- libc/string/arm/_memcpy.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libc/string/arm/_memcpy.S') diff --git a/libc/string/arm/_memcpy.S b/libc/string/arm/_memcpy.S index 7bd4b0776..236500e5f 100644 --- a/libc/string/arm/_memcpy.S +++ b/libc/string/arm/_memcpy.S @@ -71,10 +71,10 @@ * Apologies for the state of the comments ;-) */ - .text - .global _memcpy; - .type _memcpy,%function - .align 4; \ +.text +.global _memcpy +.type _memcpy,%function +.align 4 _memcpy: /* Determine copy direction */ -- cgit v1.2.3