From f06f6eab0de15aeebab13074ef0b4173649779b4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 10 Jan 2016 07:12:10 +1100 Subject: Cleanup: style, gpu module --- source/blender/gpu/GPU_compositing.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_compositing.h') diff --git a/source/blender/gpu/GPU_compositing.h b/source/blender/gpu/GPU_compositing.h index 04e89da00a7..892fe4f3255 100644 --- a/source/blender/gpu/GPU_compositing.h +++ b/source/blender/gpu/GPU_compositing.h @@ -82,7 +82,9 @@ bool GPU_fx_compositor_initialize_passes( const struct GPUFXSettings *fx_settings); /* do compositing on the fx passes that have been initialized */ -bool GPU_fx_do_composite_pass(GPUFX *fx, float projmat[4][4], bool is_persp, struct Scene *scene, struct GPUOffScreen *ofs); +bool GPU_fx_do_composite_pass( + GPUFX *fx, float projmat[4][4], bool is_persp, + struct Scene *scene, struct GPUOffScreen *ofs); /* bind new depth buffer for XRay pass */ void GPU_fx_compositor_setup_XRay_pass(GPUFX *fx, bool do_xray); -- cgit v1.2.3