From 89e8c352ecddf3a0a103936ea9f45268a2ac5375 Mon Sep 17 00:00:00 2001 From: Tai Chi Minh Ralph Eastwood Date: Fri, 14 May 2021 15:44:10 +0200 Subject: [PATCH] style: fix missing whitespace for alignment Co-authored-by: Michael --- include/cglm/call/clipspace/ortho_lh_zo.h | 2 +- include/cglm/call/clipspace/ortho_rh_no.h | 2 +- include/cglm/call/clipspace/ortho_rh_zo.h | 2 +- include/cglm/call/clipspace/persp_lh_no.h | 2 +- include/cglm/call/clipspace/persp_lh_zo.h | 2 +- include/cglm/call/clipspace/persp_rh_no.h | 2 +- include/cglm/call/clipspace/persp_rh_zo.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/cglm/call/clipspace/ortho_lh_zo.h b/include/cglm/call/clipspace/ortho_lh_zo.h index 81af396..572182c 100644 --- a/include/cglm/call/clipspace/ortho_lh_zo.h +++ b/include/cglm/call/clipspace/ortho_lh_zo.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_ortho_lh_zo(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT diff --git a/include/cglm/call/clipspace/ortho_rh_no.h b/include/cglm/call/clipspace/ortho_rh_no.h index 8ffd9de..c11acdc 100644 --- a/include/cglm/call/clipspace/ortho_rh_no.h +++ b/include/cglm/call/clipspace/ortho_rh_no.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_ortho_rh_no(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT diff --git a/include/cglm/call/clipspace/ortho_rh_zo.h b/include/cglm/call/clipspace/ortho_rh_zo.h index 98572a3..ba8d9ae 100644 --- a/include/cglm/call/clipspace/ortho_rh_zo.h +++ b/include/cglm/call/clipspace/ortho_rh_zo.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_ortho_rh_zo(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT diff --git a/include/cglm/call/clipspace/persp_lh_no.h b/include/cglm/call/clipspace/persp_lh_no.h index badd081..25426a7 100644 --- a/include/cglm/call/clipspace/persp_lh_no.h +++ b/include/cglm/call/clipspace/persp_lh_no.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_frustum_lh_no(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT diff --git a/include/cglm/call/clipspace/persp_lh_zo.h b/include/cglm/call/clipspace/persp_lh_zo.h index cbe79d9..c22deac 100644 --- a/include/cglm/call/clipspace/persp_lh_zo.h +++ b/include/cglm/call/clipspace/persp_lh_zo.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_frustum_lh_zo(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT diff --git a/include/cglm/call/clipspace/persp_rh_no.h b/include/cglm/call/clipspace/persp_rh_no.h index b4537ef..7909904 100644 --- a/include/cglm/call/clipspace/persp_rh_no.h +++ b/include/cglm/call/clipspace/persp_rh_no.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_frustum_rh_no(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT diff --git a/include/cglm/call/clipspace/persp_rh_zo.h b/include/cglm/call/clipspace/persp_rh_zo.h index 4ea0945..cf9f7dc 100644 --- a/include/cglm/call/clipspace/persp_rh_zo.h +++ b/include/cglm/call/clipspace/persp_rh_zo.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_frustum_rh_zo(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT