From eddaf464fff7ea97e965d0773c0ab42011cb68f7 Mon Sep 17 00:00:00 2001 From: Tai Chi Minh Ralph Eastwood Date: Fri, 14 May 2021 15:25:29 +0200 Subject: [PATCH] style: fix missing whitespace for alignment Co-authored-by: Michael --- include/cglm/call/clipspace/ortho_lh_no.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cglm/call/clipspace/ortho_lh_no.h b/include/cglm/call/clipspace/ortho_lh_no.h index 3fc72a1..c19692c 100644 --- a/include/cglm/call/clipspace/ortho_lh_no.h +++ b/include/cglm/call/clipspace/ortho_lh_no.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_ortho_lh_no(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT