ClangFormat cleanup via scripts/all_format.sh

Change-Id: Ideafec543a9d090a767bae58123b7512c9e9ae4a
This commit is contained in:
Sameer Agarwal
2022-03-12 16:25:45 -08:00
parent 4705159858
commit ee35ef66f6
25 changed files with 39 additions and 55 deletions
-1
View File
@@ -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 {