Cleanup: clang format

missed in rB4fd005fefb01.
This commit is contained in:
Philipp Oeser 2020-04-27 16:55:59 +02:00
parent 4fd005fefb
commit 995611640e
1 changed files with 2 additions and 1 deletions

View File

@ -2430,7 +2430,8 @@ static void draw_world_clip_planes_from_rv3d(GPUBatch *batch, const float world_
/**
* Clears the Depth Buffer and draws only the specified object.
*/
void DRW_draw_depth_object(Scene *scene, ARegion *region, View3D *v3d, GPUViewport *viewport, Object *object)
void DRW_draw_depth_object(
Scene *scene, ARegion *region, View3D *v3d, GPUViewport *viewport, Object *object)
{
RegionView3D *rv3d = region->regiondata;