mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
ClangFormat cleanup via scripts/all_format.sh
Change-Id: Ideafec543a9d090a767bae58123b7512c9e9ae4a
This commit is contained in:
@@ -49,7 +49,6 @@ class QuadraticCostFunction
|
||||
: public SizedCostFunction<1 /* number of residuals */,
|
||||
1 /* size of first parameter */> {
|
||||
public:
|
||||
|
||||
bool Evaluate(double const* const* parameters,
|
||||
double* residuals,
|
||||
double** jacobians) const override {
|
||||
|
||||
Reference in New Issue
Block a user