From 5c22c7a7de55eeeafbf53e38711617238e61194a Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 21 Mar 2020 21:30:06 -0400 Subject: Make file formatting comply with POSIX and Unix standards UTF-8, LF, no BOM, and newlines at the end of files --- demos/mix_eigen_and_c/binary_library.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/mix_eigen_and_c/binary_library.h') 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 -- cgit v1.2.3