about summary refs log tree commit diff
path: root/ports/sysdeps/am33
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-06-05 20:26:40 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-06-05 20:26:40 +0000
commit5556231db2301917cd14a7450de4eba2368c9763 (patch)
tree2456b4a2ec7e4377c420b2f94285dddb53784e5f /ports/sysdeps/am33
parent869378a5bf1d415f52c14d9697b886d8143a73e1 (diff)
downloadglibc-5556231db2301917cd14a7450de4eba2368c9763.tar.gz
glibc-5556231db2301917cd14a7450de4eba2368c9763.tar.xz
glibc-5556231db2301917cd14a7450de4eba2368c9763.zip
Remove trailing whitespace in ports.
Diffstat (limited to 'ports/sysdeps/am33')
-rw-r--r--ports/sysdeps/am33/elf/start.S6
-rw-r--r--ports/sysdeps/am33/fpu/fgetexcptflg.c2
2 files changed, 4 insertions, 4 deletions
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
diff --git a/ports/sysdeps/am33/fpu/fgetexcptflg.c b/ports/sysdeps/am33/fpu/fgetexcptflg.c
index e201c4fa8f..bb9f4e9946 100644
--- a/ports/sysdeps/am33/fpu/fgetexcptflg.c
+++ b/ports/sysdeps/am33/fpu/fgetexcptflg.c
@@ -30,7 +30,7 @@ __fegetexceptflag (fexcept_t *flagp, int excepts)
   /* Get the current exceptions.  */
   _FPU_GETCW (temp);
 
-  /* We only save the relevant bits here. In particular, care has to be 
+  /* We only save the relevant bits here. In particular, care has to be
      taken with the CAUSE bits, as an inadvertent restore later on could
      generate unexpected exceptions.  */