aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/MatrixBase_hnormalized.cpp
diff options
context:
space:
mode:
authorGravatar Aaron Franke <arnfranke@yahoo.com>2020-03-21 21:30:06 -0400
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2020-03-23 18:09:02 +0000
commit5c22c7a7de55eeeafbf53e38711617238e61194a (patch)
tree9f681d15cfae9003814e123a9ab67b0d1497c9cf /doc/snippets/MatrixBase_hnormalized.cpp
parent5afdaa473a900f8fefd085b48a73453230d47659 (diff)
Make file formatting comply with POSIX and Unix standards
UTF-8, LF, no BOM, and newlines at the end of files
Diffstat (limited to 'doc/snippets/MatrixBase_hnormalized.cpp')
-rw-r--r--doc/snippets/MatrixBase_hnormalized.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/MatrixBase_hnormalized.cpp b/doc/snippets/MatrixBase_hnormalized.cpp
index 652cd77c0..b714adcc3 100644
--- a/doc/snippets/MatrixBase_hnormalized.cpp
+++ b/doc/snippets/MatrixBase_hnormalized.cpp
@@ -3,4 +3,4 @@ Projective3d P(Matrix4d::Random());
cout << "v = " << v.transpose() << "]^T" << endl;
cout << "v.hnormalized() = " << v.hnormalized().transpose() << "]^T" << endl;
cout << "P*v = " << (P*v).transpose() << "]^T" << endl;
-cout << "(P*v).hnormalized() = " << (P*v).hnormalized().transpose() << "]^T" << endl; \ No newline at end of file
+cout << "(P*v).hnormalized() = " << (P*v).hnormalized().transpose() << "]^T" << endl;