mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
nxtk: Remove sapce between oprand and operator in nxtk_drawframe.c
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
d7f82fb14c
commit
0228e52646
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ int nxtk_drawframe(FAR struct nxtk_framedwindow_s *fwnd,
|
||||||
#if CONFIG_NXTK_BORDERWIDTH > 2
|
#if CONFIG_NXTK_BORDERWIDTH > 2
|
||||||
frame.pt2.y = frame.pt1.y;
|
frame.pt2.y = frame.pt1.y;
|
||||||
nxtk_drawframeside(fwnd, &frame, bounds, g_bordercolor3);
|
nxtk_drawframeside(fwnd, &frame, bounds, g_bordercolor3);
|
||||||
frame.pt1.y ++;
|
frame.pt1.y++;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Draw the central part */
|
/* Draw the central part */
|
||||||
|
|
Loading…
Reference in a new issue