From 428743a9b06cc09b4eb4dd3e7794d45d13457fb8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 18 Jul 2018 23:09:31 +1000 Subject: Cleanup: style for GPU module --- source/blender/gpu/intern/gpu_matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_matrix.c') diff --git a/source/blender/gpu/intern/gpu_matrix.c b/source/blender/gpu/intern/gpu_matrix.c index 87fcc5f25a3..0fa4a158c00 100644 --- a/source/blender/gpu/intern/gpu_matrix.c +++ b/source/blender/gpu/intern/gpu_matrix.c @@ -110,7 +110,7 @@ static void checkmat(cosnt float *m) } } -#define CHECKMAT(m) checkmat((const float*)m) +#define CHECKMAT(m) checkmat((const float *)m) #else -- cgit v1.2.3