Indentation cleanup

This commit is contained in:
Dalai Felinto 2018-04-23 13:53:00 +02:00
parent ede19477c8
commit 71eca8e82c
1 changed files with 3 additions and 3 deletions

View File

@ -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);