diff --git a/Eigen/src/plugins/CommonCwiseBinaryOps.h b/Eigen/src/plugins/CommonCwiseBinaryOps.h index 26a8f0ce6..964913be7 100644 --- a/Eigen/src/plugins/CommonCwiseBinaryOps.h +++ b/Eigen/src/plugins/CommonCwiseBinaryOps.h @@ -134,4 +134,4 @@ EIGEN_DEVICE_FUNC inline const CwiseBinaryOp& other) const { return CwiseBinaryOp, const Derived, const OtherDerived>(derived(), other.derived()); -} \ No newline at end of file +}