Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/eigen/intern/svd.h')
-rw-r--r--intern/eigen/intern/svd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/intern/eigen/intern/svd.h b/intern/eigen/intern/svd.h
index 4659fa7a4e2..80238621920 100644
--- a/intern/eigen/intern/svd.h
+++ b/intern/eigen/intern/svd.h
@@ -24,10 +24,11 @@
extern "C" {
#endif
-void EIG_svd_square_matrix(const int size, const float *matrix, float *r_U, float *r_S, float *r_V);
+void EIG_svd_square_matrix(
+ const int size, const float *matrix, float *r_U, float *r_S, float *r_V);
#ifdef __cplusplus
}
#endif
-#endif /* __EIGEN3_SVD_C_API_H__ */
+#endif /* __EIGEN3_SVD_C_API_H__ */