mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Remove extra space
This commit is contained in:
parent
6f3c095ed6
commit
f3bd9d4241
2
format.h
2
format.h
@ -407,7 +407,7 @@ inline int getsign(double value) {
|
|||||||
return sign;
|
return sign;
|
||||||
}
|
}
|
||||||
inline int isinfinity(double x) { return !_finite(x); }
|
inline int isinfinity(double x) { return !_finite(x); }
|
||||||
inline int isinfinity( long double x) { return !_finite(static_cast<double>(x)); }
|
inline int isinfinity(long double x) { return !_finite(static_cast<double>(x)); }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
template <typename Char>
|
template <typename Char>
|
||||||
|
Loading…
Reference in New Issue
Block a user