aboutsummaryrefslogtreecommitdiffhomepage
path: root/demos
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 /demos
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 'demos')
-rw-r--r--demos/mix_eigen_and_c/README2
-rw-r--r--demos/mix_eigen_and_c/binary_library.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/mix_eigen_and_c/README b/demos/mix_eigen_and_c/README
index 21dba8679..d9cc9275d 100644
--- a/demos/mix_eigen_and_c/README
+++ b/demos/mix_eigen_and_c/README
@@ -6,4 +6,4 @@ To try this with GCC, do:
gcc example.c binary_library.o -o example -lstdc++
./example
-TODO: add CMakeLists, add more explanations here \ No newline at end of file
+TODO: add CMakeLists, add more explanations here
diff --git a/demos/mix_eigen_and_c/binary_library.h b/demos/mix_eigen_and_c/binary_library.h
index 0b983ad3a..9b63fac2f 100644
--- a/demos/mix_eigen_and_c/binary_library.h
+++ b/demos/mix_eigen_and_c/binary_library.h
@@ -68,4 +68,4 @@ extern "C"
#ifdef __cplusplus
} // end extern "C"
-#endif \ No newline at end of file
+#endif