Skip to content

Commit 5c47d1b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7b76e92 commit 5c47d1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/pinocchio/math/multiprecision.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ namespace Eigen
118118
static int digits10()
119119
{
120120
return digits10_imp(
121-
boost::mpl::bool_ < std::numeric_limits<Real>::digits10
122-
&& (std::numeric_limits<Real>::digits10 != INT_MAX)
123-
? true
124-
: false > ());
121+
boost::mpl::bool_<
122+
std::numeric_limits<Real>::digits10 && (std::numeric_limits<Real>::digits10 != INT_MAX)
123+
? true
124+
: false>());
125125
}
126126

127127
constexpr static inline int digits()

0 commit comments

Comments
 (0)