[Bf-blender-cvs] [71eca8e82c2] blender2.8: Indentation cleanup

Dalai Felinto noreply at git.blender.org
Mon Apr 23 13:53:17 CEST 2018


Commit: 71eca8e82c2605607a6b4845f53c07491b6353e3
Author: Dalai Felinto
Date:   Mon Apr 23 13:53:00 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB71eca8e82c2605607a6b4845f53c07491b6353e3

Indentation cleanup

===================================================================

M	source/blender/editors/screen/screen_draw.c

===================================================================

diff --git a/source/blender/editors/screen/screen_draw.c b/source/blender/editors/screen/screen_draw.c
index fde60ee1960..4b388059ca3 100644
--- a/source/blender/editors/screen/screen_draw.c
+++ b/source/blender/editors/screen/screen_draw.c
@@ -286,9 +286,9 @@ static void drawscredge_corner(ScrArea *sa, int sizex, int sizey)
 	/* Bottom-Left. */
 	drawscredge_corner_geometry(sizex, sizey,
 	                            sa->v1->vec.x,
-					            sa->v1->vec.y,
-					            sa->v1->vec.x + size,
-					            sa->v1->vec.y + size,
+	                            sa->v1->vec.y,
+	                            sa->v1->vec.x + size,
+	                            sa->v1->vec.y + size,
 	                            M_PI_2 * 2.0f,
 	                            color);



More information about the Bf-blender-cvs mailing list