mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
soft-fp: fix horizontal whitespace.
This commit is contained in:
@@ -33,13 +33,13 @@
|
||||
#include "quad.h"
|
||||
|
||||
TFtype
|
||||
__floatunsitf(USItype i)
|
||||
__floatunsitf (USItype i)
|
||||
{
|
||||
FP_DECL_Q(A);
|
||||
FP_DECL_Q (A);
|
||||
TFtype a;
|
||||
|
||||
FP_FROM_INT_Q(A, i, SI_BITS, USItype);
|
||||
FP_PACK_RAW_Q(a, A);
|
||||
FP_FROM_INT_Q (A, i, SI_BITS, USItype);
|
||||
FP_PACK_RAW_Q (a, A);
|
||||
|
||||
return a;
|
||||
}
|
||||
|
Reference in New Issue
Block a user