aboutsummaryrefslogtreecommitdiff
path: root/doc/snippets/Tutorial_ReshapeMat2Vec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snippets/Tutorial_ReshapeMat2Vec.cpp')
-rw-r--r--doc/snippets/Tutorial_ReshapeMat2Vec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/Tutorial_ReshapeMat2Vec.cpp b/doc/snippets/Tutorial_ReshapeMat2Vec.cpp
index 95bd4e0e6..32980a790 100644
--- a/doc/snippets/Tutorial_ReshapeMat2Vec.cpp
+++ b/doc/snippets/Tutorial_ReshapeMat2Vec.cpp
@@ -8,4 +8,4 @@ cout << "v1:" << endl << v1 << endl;
Matrix<float,Dynamic,Dynamic,RowMajor> M2(M1);
Map<RowVectorXf> v2(M2.data(), M2.size());
-cout << "v2:" << endl << v2 << endl; \ No newline at end of file
+cout << "v2:" << endl << v2 << endl;