Skip to content

Commit 56809be

Browse files
committed
pre-commit : apply formatting to code
1 parent 990f266 commit 56809be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/aligator/modelling/costs/log-residual-cost.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace aligator {
88
/**
99
* @brief Log-barrier of an underlying cost function.
10-
*
10+
*
1111
* @details Defined as :
1212
* \f[
1313
* c(x,u) = -w\ln(r(x,u))
@@ -17,7 +17,7 @@ namespace aligator {
1717
* -\f(\ c(x,u) \f) is the resulting cost
1818
* -\f(\ r(x,u) \f) is the input function
1919
* -\f(\ w \f) is the input scale
20-
*
20+
*
2121
*/
2222
template <typename Scalar> struct LogResidualCostTpl : CostAbstractTpl<Scalar> {
2323
ALIGATOR_DYNAMIC_TYPEDEFS(Scalar);

0 commit comments

Comments
 (0)