]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ports/sysdeps/hppa/fpu/feupdateenv.c
Remove trailing whitespace in ports.
[thirdparty/glibc.git] / ports / sysdeps / hppa / fpu / feupdateenv.c
index 20573147cbcf1a8a1fae929e63fbc9ddc162ae1d..ce60dfe7f8b96c4c8d4b6dcbbec3b64dc7f73669 100644 (file)
@@ -26,8 +26,8 @@ feupdateenv (const fenv_t *envp)
   union { unsigned long long l; unsigned int sw[2]; } s;
   fenv_t temp;
   /* Get the current exception status */
-  __asm__ ("fstd %%fr0,0(%1)   \n\t" 
-           "fldd 0(%1),%%fr0   \n\t" 
+  __asm__ ("fstd %%fr0,0(%1)   \n\t"
+           "fldd 0(%1),%%fr0   \n\t"
           : "=m" (s.l) : "r" (&s.l));
   memcpy(&temp, envp, sizeof(fenv_t));
   /* Currently raised exceptions not cleared */