Fix indentation

This commit is contained in:
ManoloFLTK
2023-10-16 14:51:24 +02:00
parent 6ba7b49baf
commit 09e06dc703
+1 -1
View File
@@ -179,7 +179,7 @@ static void draw(int which, int x,int y,int w,int h, int inset)
f(x+w-d, y, d, d, w<=h ? 0 : -90, w<=h ? 180 : 90);
f(x, y+h-d, d, d, w<=h ? 180 : 90, w<=h ? 360 : 270);
}
} else if (which == UPPER_LEFT) {
} else if (which == UPPER_LEFT) {
f(x+w-d, y, d, d, 45, w<=h ? 180 : 90);
f(x, y+h-d, d, d, w<=h ? 180 : 90, 225);
} else { // LOWER_RIGHT