clang-format
This commit is contained in:
parent
3422472c7d
commit
4e59b4c7c3
2 changed files with 11 additions and 12 deletions
|
@ -107,7 +107,6 @@ struct float_impl
|
||||||
value_type operator()(value_type const& val) const { return val.to_double(); }
|
value_type operator()(value_type const& val) const { return val.to_double(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// min
|
// min
|
||||||
inline value_type min_impl(value_type const& arg1, value_type const& arg2)
|
inline value_type min_impl(value_type const& arg1, value_type const& arg2)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue