From e7fd6c8f30cd1161496831859da403eaa34fdf89 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 19 Mar 2019 15:17:46 +1100 Subject: Cleanup: comment blocks --- source/blender/python/gpu/gpu_py_offscreen.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source/blender/python/gpu') diff --git a/source/blender/python/gpu/gpu_py_offscreen.c b/source/blender/python/gpu/gpu_py_offscreen.c index 4027edbb0f9..21edae036df 100644 --- a/source/blender/python/gpu/gpu_py_offscreen.c +++ b/source/blender/python/gpu/gpu_py_offscreen.c @@ -52,10 +52,9 @@ #include "gpu_py_offscreen.h" /* own include */ - /* -------------------------------------------------------------------- */ - - /** \name GPUOffScreen Common Utilities - * \{ */ +/* -------------------------------------------------------------------- */ +/** \name GPUOffScreen Common Utilities + * \{ */ static int bpygpu_offscreen_valid_check(BPyGPUOffScreen *bpygpu_ofs) { -- cgit v1.2.3