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
@@ -41,7 +41,6 @@ namespace ceres {
// parameter blocks and set the number of residuals at run time.
class CERES_EXPORT DynamicCostFunction : public CostFunction {
public:
virtual void AddParameterBlock(int size) {
mutable_parameter_block_sizes()->push_back(size);
}