aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Antonio Sanchez <cantonios@google.com>2020-11-18 07:58:33 -0800
committerGravatar Antonio Sanchez <cantonios@google.com>2020-11-18 07:58:33 -0800
commit60218829b71b2d1c69ec989e47147d35fce980ca (patch)
tree84ec6f0d58bc5e4343dbded6be7a2ff9866364c4
parent2d6370654518ba4b1fe1f6ea051922b70fdbd3f4 (diff)
EOF newline added to InverseSize4.
Causing build breakages due to `-Wnewline-eof -Werror` that seems to be common across Google.
-rw-r--r--Eigen/src/LU/arch/InverseSize4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/LU/arch/InverseSize4.h b/Eigen/src/LU/arch/InverseSize4.h
index a4c9ca207..df0fe0e7d 100644
--- a/Eigen/src/LU/arch/InverseSize4.h
+++ b/Eigen/src/LU/arch/InverseSize4.h
@@ -345,4 +345,4 @@ struct compute_inverse_size4<Architecture::Target, double, MatrixType, ResultTyp
#endif
} // namespace internal
} // namespace Eigen
-#endif \ No newline at end of file
+#endif