commit | 60218829b71b2d1c69ec989e47147d35fce980ca | [log] [tgz] |
---|---|---|
author | Antonio Sanchez <cantonios@google.com> | Wed Nov 18 07:58:33 2020 -0800 |
committer | Antonio Sanchez <cantonios@google.com> | Wed Nov 18 07:58:33 2020 -0800 |
tree | 84ec6f0d58bc5e4343dbded6be7a2ff9866364c4 | |
parent | 2d6370654518ba4b1fe1f6ea051922b70fdbd3f4 [diff] |
EOF newline added to InverseSize4. Causing build breakages due to `-Wnewline-eof -Werror` that seems to be common across Google.
diff --git a/Eigen/src/LU/arch/InverseSize4.h b/Eigen/src/LU/arch/InverseSize4.h index a4c9ca2..df0fe0e 100644 --- a/Eigen/src/LU/arch/InverseSize4.h +++ b/Eigen/src/LU/arch/InverseSize4.h
@@ -345,4 +345,4 @@ #endif } // namespace internal } // namespace Eigen -#endif \ No newline at end of file +#endif