From 5c22c7a7de55eeeafbf53e38711617238e61194a Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 21 Mar 2020 21:30:06 -0400 Subject: Make file formatting comply with POSIX and Unix standards UTF-8, LF, no BOM, and newlines at the end of files --- test/initializer_list_construction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/initializer_list_construction.cpp') diff --git a/test/initializer_list_construction.cpp b/test/initializer_list_construction.cpp index b84e9ba72..7a9c49e8d 100644 --- a/test/initializer_list_construction.cpp +++ b/test/initializer_list_construction.cpp @@ -382,4 +382,4 @@ EIGEN_DECLARE_TEST(initializer_list_construction) CALL_SUBTEST_6(dynamicVectorConstruction()); CALL_SUBTEST_6(dynamicVectorConstruction>()); CALL_SUBTEST_6(dynamicVectorConstruction>()); -} \ No newline at end of file +} -- cgit v1.2.3