From 1203f0c7024a197207c39f0995c61eaa860c06d5 Mon Sep 17 00:00:00 2001 From: Joel Truher Date: Tue, 24 Dec 2024 14:32:44 -0800 Subject: [PATCH] add newlines --- gtsam/geometry/Pose3.cpp | 2 +- gtsam/geometry/Pose3.h | 2 +- gtsam/slam/PlanarProjectionFactor.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtsam/geometry/Pose3.cpp b/gtsam/geometry/Pose3.cpp index 03464b0db..f3dacb163 100644 --- a/gtsam/geometry/Pose3.cpp +++ b/gtsam/geometry/Pose3.cpp @@ -523,4 +523,4 @@ std::ostream &operator<<(std::ostream &os, const Pose3& pose) { return os; } -} // namespace gtsam \ No newline at end of file +} // namespace gtsam diff --git a/gtsam/geometry/Pose3.h b/gtsam/geometry/Pose3.h index ba00c1863..edb6094fa 100644 --- a/gtsam/geometry/Pose3.h +++ b/gtsam/geometry/Pose3.h @@ -461,4 +461,4 @@ struct Bearing : HasBearing {}; template struct Range : HasRange {}; -} // namespace gtsam \ No newline at end of file +} // namespace gtsam diff --git a/gtsam/slam/PlanarProjectionFactor.h b/gtsam/slam/PlanarProjectionFactor.h index 22cea2214..d53cd0ae1 100644 --- a/gtsam/slam/PlanarProjectionFactor.h +++ b/gtsam/slam/PlanarProjectionFactor.h @@ -295,4 +295,4 @@ namespace gtsam { struct traits : public Testable {}; -} // namespace gtsam \ No newline at end of file +} // namespace gtsam