about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/fesetround.c
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2014-10-24 12:53:19 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2014-10-24 12:53:19 +0000
commiteb04247d5d0aafbf40e8da078ef57759ba4c8097 (patch)
treea6a5425762c2ade5399069e7427a7e8c6fc7ee3e /sysdeps/aarch64/fpu/fesetround.c
parent13d845549e41823e6658122dcf268154bcbbcfde (diff)
downloadglibc-eb04247d5d0aafbf40e8da078ef57759ba4c8097.tar.gz
glibc-eb04247d5d0aafbf40e8da078ef57759ba4c8097.tar.xz
glibc-eb04247d5d0aafbf40e8da078ef57759ba4c8097.zip
Remove spaces.
Diffstat (limited to 'sysdeps/aarch64/fpu/fesetround.c')
-rw-r--r--sysdeps/aarch64/fpu/fesetround.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/aarch64/fpu/fesetround.c b/sysdeps/aarch64/fpu/fesetround.c
index 225096ae7c..d34706d97c 100644
--- a/sysdeps/aarch64/fpu/fesetround.c
+++ b/sysdeps/aarch64/fpu/fesetround.c
@@ -44,5 +44,4 @@ fesetround (int round)
 
   return 1;
 }
-
 libm_hidden_def (fesetround)