From adf26b68401118cdb9e9735af7c5bb2a9e35f60f Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Fri, 10 Mar 2023 16:53:22 +0000 Subject: [PATCH] Add newline to end of file. --- Eigen/src/plugins/CommonCwiseBinaryOps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}