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/strncmp.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libc/string/arm/strncmp.S') diff --git a/libc/string/arm/strncmp.S b/libc/string/arm/strncmp.S index 6f478b5ed..39344db75 100644 --- a/libc/string/arm/strncmp.S +++ b/libc/string/arm/strncmp.S @@ -29,10 +29,10 @@ * by Erik Andersen */ - .text - .global strncmp; - .type strncmp,%function - .align 4; \ +.text +.global strncmp +.type strncmp,%function +.align 4 strncmp: /* if ((len - 1) < 0) return 0 */ -- cgit v1.2.3