mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
soft-fp: fix horizontal whitespace.
This commit is contained in:
@ -33,13 +33,13 @@
|
||||
#include "quad.h"
|
||||
|
||||
TFtype
|
||||
__floatunditf(UDItype i)
|
||||
__floatunditf (UDItype i)
|
||||
{
|
||||
FP_DECL_Q(A);
|
||||
FP_DECL_Q (A);
|
||||
TFtype a;
|
||||
|
||||
FP_FROM_INT_Q(A, i, DI_BITS, UDItype);
|
||||
FP_PACK_RAW_Q(a, A);
|
||||
FP_FROM_INT_Q (A, i, DI_BITS, UDItype);
|
||||
FP_PACK_RAW_Q (a, A);
|
||||
|
||||
return a;
|
||||
}
|
||||
|
Reference in New Issue
Block a user