Fix whitespace

release/4.3a0
Frank Dellaert 2023-02-11 22:45:37 -08:00
parent 9e460d26eb
commit 87cfb25635
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public:
/// @{ /// @{
/** Default constructor is origin */ /** Default constructor is origin */
Pose3() : R_(traits<Rot3>::Identity()), t_(traits<Point3>::Identity()) {} Pose3() : R_(traits<Rot3>::Identity()), t_(traits<Point3>::Identity()) {}
/** Copy constructor */ /** Copy constructor */
Pose3(const Pose3& pose) : Pose3(const Pose3& pose) :