aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp')
-rw-r--r--doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp b/doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp
index d8e582ad5..e72e715d8 100644
--- a/doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp
+++ b/doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp
@@ -1,4 +1,4 @@
VectorXi v = VectorXi::Random(4);
cout << "Here is the vector v:\n";
for(auto x : v) cout << x << " ";
-cout << "\n"; \ No newline at end of file
+cout << "\n";