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 --- doc/snippets/Slicing_arrayexpr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/snippets/Slicing_arrayexpr.cpp') diff --git a/doc/snippets/Slicing_arrayexpr.cpp b/doc/snippets/Slicing_arrayexpr.cpp index 00b689b90..2df818098 100644 --- a/doc/snippets/Slicing_arrayexpr.cpp +++ b/doc/snippets/Slicing_arrayexpr.cpp @@ -1,4 +1,4 @@ ArrayXi ind(5); ind<<4,2,5,5,3; MatrixXi A = MatrixXi::Random(4,6); cout << "Initial matrix A:\n" << A << "\n\n"; -cout << "A(all,ind-1):\n" << A(all,ind-1) << "\n\n"; \ No newline at end of file +cout << "A(all,ind-1):\n" << A(all,ind-1) << "\n\n"; -- cgit v1.2.3