Add newline to end of file.

This commit is contained in:
Rasmus Munk Larsen 2023-03-10 16:53:22 +00:00
parent 3492d9e2e5
commit adf26b6840

View File

@ -134,4 +134,4 @@ EIGEN_DEVICE_FUNC inline const CwiseBinaryOp<internal::scalar_bitwise_xor_op<Sca
operator^(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived>& other) const {
return CwiseBinaryOp<internal::scalar_bitwise_xor_op<Scalar>, const Derived, const OtherDerived>(derived(),
other.derived());
}
}