From 2f619cdd6f5ce4a9b425babfdfce1af36bfda2af Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Tue, 27 Aug 2024 12:22:42 +0300 Subject: [PATCH] newlines --- include/cglm/aabb2d.h | 1 - include/cglm/call/aabb2d.h | 2 -- include/cglm/call/box.h | 1 - include/cglm/call/project.h | 2 -- include/cglm/call/vec4.h | 1 - include/cglm/handed/euler_to_quat_lh.h | 2 +- include/cglm/struct/aabb2d.h | 1 - src/euler.c | 1 - src/ivec2.c | 1 - src/ivec3.c | 1 - src/ivec4.c | 1 - test/src/test_euler_to_quat_lh.h | 2 -- test/src/test_euler_to_quat_rh.h | 2 -- test/src/test_ray.h | 1 - test/src/test_vec2.h | 1 - test/src/test_vec4.h | 1 - 16 files changed, 1 insertion(+), 20 deletions(-) diff --git a/include/cglm/aabb2d.h b/include/cglm/aabb2d.h index 27679a7..6369d08 100644 --- a/include/cglm/aabb2d.h +++ b/include/cglm/aabb2d.h @@ -268,4 +268,3 @@ glm_aabb2d_contains(vec2 aabb[2], vec2 other[2]) { } #endif /* cglm_aabb2d_h */ - diff --git a/include/cglm/call/aabb2d.h b/include/cglm/call/aabb2d.h index 950607e..e6f36a0 100644 --- a/include/cglm/call/aabb2d.h +++ b/include/cglm/call/aabb2d.h @@ -87,5 +87,3 @@ glmc_aabb2d_circle(vec2 aabb[2], vec3 s); } #endif #endif /* cglmc_aabb2d_h */ - - diff --git a/include/cglm/call/box.h b/include/cglm/call/box.h index afb7558..3617eed 100644 --- a/include/cglm/call/box.h +++ b/include/cglm/call/box.h @@ -76,4 +76,3 @@ glmc_aabb_sphere(vec3 box[2], vec4 s); } #endif #endif /* cglmc_box_h */ - diff --git a/include/cglm/call/project.h b/include/cglm/call/project.h index fcfcf2b..8fa7172 100644 --- a/include/cglm/call/project.h +++ b/include/cglm/call/project.h @@ -37,5 +37,3 @@ glmc_pickmatrix(vec2 center, vec2 size, vec4 vp, mat4 dest); } #endif #endif /* cglmc_project_h */ - - diff --git a/include/cglm/call/vec4.h b/include/cglm/call/vec4.h index a976e94..9857473 100644 --- a/include/cglm/call/vec4.h +++ b/include/cglm/call/vec4.h @@ -323,4 +323,3 @@ glmc_vec4_refract(vec4 v, vec4 n, float eta, vec4 dest); } #endif #endif /* cglmc_vec4_h */ - diff --git a/include/cglm/handed/euler_to_quat_lh.h b/include/cglm/handed/euler_to_quat_lh.h index def40c9..1bb350b 100644 --- a/include/cglm/handed/euler_to_quat_lh.h +++ b/include/cglm/handed/euler_to_quat_lh.h @@ -164,4 +164,4 @@ glm_euler_zyx_quat_lh(vec3 angles, versor dest) { dest[3] = zc * yc * xc + zs * ys * xs; } -#endif /*cglm_euler_to_quat_lh_h*/ \ No newline at end of file +#endif /*cglm_euler_to_quat_lh_h*/ diff --git a/include/cglm/struct/aabb2d.h b/include/cglm/struct/aabb2d.h index e60d16e..71317fa 100644 --- a/include/cglm/struct/aabb2d.h +++ b/include/cglm/struct/aabb2d.h @@ -232,4 +232,3 @@ glms_aabb2d_(contains)(vec2s aabb[2], vec2s other[2]) { } #endif /* cglms_aabb2ds_h */ - diff --git a/src/euler.c b/src/euler.c index 2b0fe0f..8749ba5 100644 --- a/src/euler.c +++ b/src/euler.c @@ -97,4 +97,3 @@ void glmc_euler_zyx_quat(vec3 angles, versor dest) { glm_euler_zyx_quat(angles, dest); } - diff --git a/src/ivec2.c b/src/ivec2.c index 0e39b5b..2fd0993 100644 --- a/src/ivec2.c +++ b/src/ivec2.c @@ -247,4 +247,3 @@ void glmc_ivec2_abs(ivec2 v, ivec2 dest) { glm_ivec2_abs(v, dest); } - diff --git a/src/ivec3.c b/src/ivec3.c index 7644c99..4a2ea2f 100644 --- a/src/ivec3.c +++ b/src/ivec3.c @@ -253,4 +253,3 @@ void glmc_ivec3_abs(ivec3 v, ivec3 dest) { glm_ivec3_abs(v, dest); } - diff --git a/src/ivec4.c b/src/ivec4.c index 4f57a3b..1e976a6 100644 --- a/src/ivec4.c +++ b/src/ivec4.c @@ -199,4 +199,3 @@ void glmc_ivec4_abs(ivec4 v, ivec4 dest) { glm_ivec4_abs(v, dest); } - diff --git a/test/src/test_euler_to_quat_lh.h b/test/src/test_euler_to_quat_lh.h index faec48e..d4351b0 100644 --- a/test/src/test_euler_to_quat_lh.h +++ b/test/src/test_euler_to_quat_lh.h @@ -491,5 +491,3 @@ TEST_IMPL(GLM_PREFIX, euler_zyx_quat_lh) { } TEST_SUCCESS } - - diff --git a/test/src/test_euler_to_quat_rh.h b/test/src/test_euler_to_quat_rh.h index 221192e..6140a6b 100644 --- a/test/src/test_euler_to_quat_rh.h +++ b/test/src/test_euler_to_quat_rh.h @@ -571,5 +571,3 @@ TEST_IMPL(GLM_PREFIX, euler_zyx_quat_rh) { } TEST_SUCCESS } - - diff --git a/test/src/test_ray.h b/test/src/test_ray.h index 6f2bec5..ac47685 100644 --- a/test/src/test_ray.h +++ b/test/src/test_ray.h @@ -71,4 +71,3 @@ TEST_IMPL(GLM_PREFIX, ray_at) { TEST_SUCCESS } - diff --git a/test/src/test_vec2.h b/test/src/test_vec2.h index 966847b..870d6eb 100644 --- a/test/src/test_vec2.h +++ b/test/src/test_vec2.h @@ -825,4 +825,3 @@ TEST_IMPL(GLM_PREFIX, vec2_refract) { TEST_SUCCESS } - diff --git a/test/src/test_vec4.h b/test/src/test_vec4.h index 90122f2..a9a32b4 100644 --- a/test/src/test_vec4.h +++ b/test/src/test_vec4.h @@ -1619,4 +1619,3 @@ TEST_IMPL(GLM_PREFIX, vec4_refract) { TEST_SUCCESS } -