minor format

release/4.3a0
Varun Agrawal 2021-12-29 16:00:09 -05:00 committed by Frank Dellaert
parent bb6e489c37
commit 315b10bb96
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ namespace gtsam {
/** equality up to tolerance */ /** equality up to tolerance */
bool equals(const Node& q, double tol) const override { bool equals(const Node& q, double tol) const override {
const Leaf* other = dynamic_cast<const Leaf*> (&q); const Leaf* other = dynamic_cast<const Leaf*>(&q);
if (!other) return false; if (!other) return false;
return this->constant_ == other->constant_; return this->constant_ == other->constant_;
} }