nxtk: Remove sapce between oprand and operator in nxtk_drawframe.c

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2024-07-26 23:20:09 +08:00 committed by Xiang Xiao
parent d7f82fb14c
commit 0228e52646

View File

@ -155,7 +155,7 @@ int nxtk_drawframe(FAR struct nxtk_framedwindow_s *fwnd,
#if CONFIG_NXTK_BORDERWIDTH > 2
frame.pt2.y = frame.pt1.y;
nxtk_drawframeside(fwnd, &frame, bounds, g_bordercolor3);
frame.pt1.y ++;
frame.pt1.y++;
#endif
/* Draw the central part */