aboutsummaryrefslogtreecommitdiff
path: root/doc/snippets/Tutorial_ReshapeMat2Mat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snippets/Tutorial_ReshapeMat2Mat.cpp')
-rw-r--r--doc/snippets/Tutorial_ReshapeMat2Mat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/Tutorial_ReshapeMat2Mat.cpp b/doc/snippets/Tutorial_ReshapeMat2Mat.cpp
index f84d6e76d..737afecb8 100644
--- a/doc/snippets/Tutorial_ReshapeMat2Mat.cpp
+++ b/doc/snippets/Tutorial_ReshapeMat2Mat.cpp
@@ -3,4 +3,4 @@ M1 << 1, 2, 3, 4, 5, 6,
7, 8, 9, 10, 11, 12;
Map<MatrixXf> M2(M1.data(), 6,2);
-cout << "M2:" << endl << M2 << endl; \ No newline at end of file
+cout << "M2:" << endl << M2 << endl;