ClangFormat and ClangTidy changes

Change-Id: Ib457dcc55ffb405aeaeac711c20bd9217b32f90e
This commit is contained in:
Sameer Agarwal
2022-12-17 17:29:42 -08:00
parent b158515089
commit 8e5d83f07d
15 changed files with 134 additions and 118 deletions
+1 -1
View File
@@ -538,7 +538,7 @@ class CERES_EXPORT Problem {
double** jacobians) const;
// Returns reference to the options with which the Problem was constructed.
const Options & options() const;
const Options& options() const;
// Returns pointer to Problem implementation
internal::ProblemImpl* mutable_impl();