From 5556231db2301917cd14a7450de4eba2368c9763 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 5 Jun 2013 20:26:40 +0000 Subject: Remove trailing whitespace in ports. --- ports/sysdeps/am33/elf/start.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ports/sysdeps/am33/elf/start.S') diff --git a/ports/sysdeps/am33/elf/start.S b/ports/sysdeps/am33/elf/start.S index e89f9db15c..6f1eb8cb3a 100644 --- a/ports/sysdeps/am33/elf/start.S +++ b/ports/sysdeps/am33/elf/start.S @@ -46,8 +46,8 @@ _start: later in __libc_start_main. */ mov sp,a3 add -32,sp - - mov a3,(28,sp) /* stack_end. */ + + mov a3,(28,sp) /* stack_end. */ mov d0,(24,sp) /* rtld_fini. */ mov _fini, d3 mov d3,(20,sp) /* fini. */ @@ -55,7 +55,7 @@ _start: mov d2,(16,sp) /* init. */ inc4 a3 mov a3,(12,sp) /* argv. */ - + /* Set the initial frame pointer as 0, so that the bottom of the stack is clearly marked. */ mov 0,a3 -- cgit v1.2.1