style: fix missing whitespace for alignment

Co-authored-by: Michael <michael.guyver@gmail.com>
This commit is contained in:
Tai Chi Minh Ralph Eastwood
2021-05-14 15:44:10 +02:00
committed by GitHub
parent 403097d56c
commit 89e8c352ec
7 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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