mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 09:00:37 +08:00
ClangFormat and ClangTidy changes
Change-Id: Ib457dcc55ffb405aeaeac711c20bd9217b32f90e
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user