about summary refs log tree commit diff
path: root/sysdeps/arm/fesetround.c
diff options
context:
space:
mode:
authorWilco <wdijkstr@arm.com>2014-06-24 14:57:32 +0000
committerWilco <wdijkstr@arm.com>2014-06-24 14:57:32 +0000
commit00f669edb8c447cbe4e73d8067abd3146c5c312b (patch)
tree5486175849cb27404508858e8d2c4713171e2612 /sysdeps/arm/fesetround.c
parent222b787a6fd36601f5c5d22378176798327fcf31 (diff)
downloadglibc-00f669edb8c447cbe4e73d8067abd3146c5c312b.tar.gz
glibc-00f669edb8c447cbe4e73d8067abd3146c5c312b.tar.xz
glibc-00f669edb8c447cbe4e73d8067abd3146c5c312b.zip
Cleanup fenv implementation
Remove some spaces before libm_hidden_def.

2014-06-24  Wilco  <wdijkstr@arm.com>

	* sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
	* sysdeps/arm/fesetenv.c (fesetenv): Remove space.
	* sysdeps/arm/fesetround.c (fesetround): Remove space.
	* sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
Diffstat (limited to 'sysdeps/arm/fesetround.c')
-rw-r--r--sysdeps/arm/fesetround.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/arm/fesetround.c b/sysdeps/arm/fesetround.c
index d79f910e71..2e21925137 100644
--- a/sysdeps/arm/fesetround.c
+++ b/sysdeps/arm/fesetround.c
@@ -35,5 +35,4 @@ fesetround (int round)
   libc_fesetround_vfp (round);
   return 0;
 }
-
 libm_hidden_def (fesetround)