From 33c40cbbf0ea025b7e0bf39a4703cf239cc09e08 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 15 Nov 2011 08:43:11 -0500 Subject: Cosmetics. Convert wirish/start.S and wirish/start_c.c to libmaple coding conventions. Whitespace and brace insertion changes only. Signed-off-by: Marti Bolivar --- wirish/start.S | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'wirish/start.S') diff --git a/wirish/start.S b/wirish/start.S index cb87d62..2488895 100644 --- a/wirish/start.S +++ b/wirish/start.S @@ -40,18 +40,18 @@ * they apply. */ - .text - .code 16 - .thumb_func + .text + .code 16 + .thumb_func - .globl _start - .type _start, %function + .globl _start + .type _start, %function _start: - .fnstart - ldr r1,=__msp_init - mov sp,r1 - ldr r1,=start_c - bx r1 - .pool - .cantunwind - .fnend + .fnstart + ldr r1,=__msp_init + mov sp,r1 + ldr r1,=start_c + bx r1 + .pool + .cantunwind + .fnend -- cgit v1.2.3