From 994629721a3e72e83b2df597d5f78d1dc9398c09 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sun, 31 Aug 2008 17:30:09 +0000 Subject: update of the geometry tutorial --- doc/examples/Tutorial_simple_example_fixed_size.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/examples/Tutorial_simple_example_fixed_size.cpp') diff --git a/doc/examples/Tutorial_simple_example_fixed_size.cpp b/doc/examples/Tutorial_simple_example_fixed_size.cpp index 71bf1bafb..043a84831 100644 --- a/doc/examples/Tutorial_simple_example_fixed_size.cpp +++ b/doc/examples/Tutorial_simple_example_fixed_size.cpp @@ -10,5 +10,6 @@ int main(int, char *[]) Matrix4f m4 = Matrix4f::Identity(); Vector4i v4(1, 2, 3, 4); - std::cout << "m3\n" << m3 << "\nm4:\n" << m4 << "\nv4:\n" << v4 << std::endl; + std::cout << "m3\n" << m3 << "\nm4:\n" + << m4 << "\nv4:\n" << v4 << std::endl; } -- cgit v1.2.3