about summary refs log tree commit diff
path: root/soft-fp/op-8.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-10-16 01:22:21 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-10-16 01:22:21 +0000
commit51ca9e29af1a71b7dc175b78ee2d3564f9416fab (patch)
treed81896c6c8a309a2ad0e46064673b92f3c1317b0 /soft-fp/op-8.h
parent9ebb0332fc8a6c9cf07f9b1b7ea0220759b5cdab (diff)
downloadglibc-51ca9e29af1a71b7dc175b78ee2d3564f9416fab.tar.gz
glibc-51ca9e29af1a71b7dc175b78ee2d3564f9416fab.tar.xz
glibc-51ca9e29af1a71b7dc175b78ee2d3564f9416fab.zip
soft-fp: fix horizontal whitespace.
Diffstat (limited to 'soft-fp/op-8.h')
-rw-r--r--soft-fp/op-8.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/soft-fp/op-8.h b/soft-fp/op-8.h
index 1cfe819453..f1b23db80d 100644
--- a/soft-fp/op-8.h
+++ b/soft-fp/op-8.h
@@ -34,9 +34,9 @@
 #define _FP_FRAC_DECL_8(X)	_FP_W_TYPE X##_f[8]
 #define _FP_FRAC_HIGH_8(X)	(X##_f[7])
 #define _FP_FRAC_LOW_8(X)	(X##_f[0])
-#define _FP_FRAC_WORD_8(X,w)	(X##_f[w])
+#define _FP_FRAC_WORD_8(X, w)	(X##_f[w])
 
-#define _FP_FRAC_SLL_8(X,N)				\
+#define _FP_FRAC_SLL_8(X, N)				\
   do							\
     {							\
       _FP_I_TYPE _up, _down, _skip, _i;			\
@@ -58,7 +58,7 @@
     }							\
   while (0)
 
-#define _FP_FRAC_SRL_8(X,N)				\
+#define _FP_FRAC_SRL_8(X, N)				\
   do							\
     {							\
       _FP_I_TYPE _up, _down, _skip, _i;			\
@@ -86,7 +86,7 @@
  * but that if any of the bits that fall off the right hand side
  * were one then we always set the LSbit.
  */
-#define _FP_FRAC_SRS_8(X,N,size)					\
+#define _FP_FRAC_SRS_8(X, N, size)					\
   do									\
     {									\
       _FP_I_TYPE _up, _down, _skip, _i;					\