Skip to content

Commit 88d99db

Browse files
committed
fix clang-format
1 parent de4da84 commit 88d99db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/nav/src/reactive/CMultiObjectiveMotionOptimizerBase.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ int CMultiObjectiveMotionOptimizerBase::decide(
6161
catch (std::exception&)
6262
{
6363
m_score_exprs.clear();
64-
return -1; // no good motion in this case
64+
return -1; // no good motion in this case
6565
}
6666

6767
// Register formulas also as variables, usable by the assert()
@@ -99,7 +99,7 @@ int CMultiObjectiveMotionOptimizerBase::decide(
9999
catch (std::exception&)
100100
{
101101
m_movement_assert_exprs.clear();
102-
return -1; // no good motion in this case
102+
return -1; // no good motion in this case
103103
}
104104
}
105105
}

0 commit comments

Comments
 (0)