mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
soft-fp: fix horizontal whitespace.
This commit is contained in:
@@ -33,13 +33,13 @@
|
||||
#include "quad.h"
|
||||
|
||||
TFtype
|
||||
__floatditf(DItype i)
|
||||
__floatditf (DItype 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