From c5862e0a06b75767fd863673c54aab54f27d1872 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Apr 2019 01:45:43 +1000 Subject: Cleanup: comments (long lines) in gpu --- source/blender/gpu/GPU_matrix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_matrix.h') diff --git a/source/blender/gpu/GPU_matrix.h b/source/blender/gpu/GPU_matrix.h index 24a76c13e01..67fb2bb2bd4 100644 --- a/source/blender/gpu/GPU_matrix.h +++ b/source/blender/gpu/GPU_matrix.h @@ -123,7 +123,8 @@ const float (*GPU_matrix_normal_inverse_get(float m[3][3]))[3]; void GPU_matrix_bind(const struct GPUShaderInterface *); bool GPU_matrix_dirty_get(void); /* since last bind */ -/* Python API needs to be able to inspect the stack so errors raise exceptions instead of crashing. */ +/* Python API needs to be able to inspect the stack so errors raise exceptions + * instead of crashing. */ #ifdef USE_GPU_PY_MATRIX_API int GPU_matrix_stack_level_get_model_view(void); int GPU_matrix_stack_level_get_projection(void); -- cgit v1.2.3