fix indentation
This commit is contained in:
parent
0a846f5f0f
commit
52be2761ae
@ -235,7 +235,7 @@ winresize(Window *w, Rectangle r, int safe, int keepextra)
|
|||||||
r1.min.y = min(y, r.max.y);
|
r1.min.y = min(y, r.max.y);
|
||||||
r1.max.y = r.max.y;
|
r1.max.y = r.max.y;
|
||||||
}else{
|
}else{
|
||||||
draw(screen, r1, textcols[BACK], nil, ZP);
|
draw(screen, r1, textcols[BACK], nil, ZP);
|
||||||
r1.min.y = y;
|
r1.min.y = y;
|
||||||
r1.max.y = y;
|
r1.max.y = y;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user