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/GPU_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_state.h') diff --git a/source/blender/gpu/GPU_state.h b/source/blender/gpu/GPU_state.h index 2d7ab6cd54c..16627fec42b 100644 --- a/source/blender/gpu/GPU_state.h +++ b/source/blender/gpu/GPU_state.h @@ -27,7 +27,7 @@ #ifndef __GPU_STATE_H__ #define __GPU_STATE_H__ - /* These map directly to the GL_ blend functions, to minimize API add as needed*/ +/* These map directly to the GL_ blend functions, to minimize API add as needed*/ typedef enum GPUBlendFunction { GPU_ONE, GPU_SRC_ALPHA, -- cgit v1.2.3