fix indentation

This commit is contained in:
Derek Stevens 2022-09-07 08:39:41 -06:00 committed by Dan Cross
parent 0a846f5f0f
commit 52be2761ae

View file

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