mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +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
|
||||
frame.pt2.y = frame.pt1.y;
|
||||
nxtk_drawframeside(fwnd, &frame, bounds, g_bordercolor3);
|
||||
frame.pt1.y ++;
|
||||
frame.pt1.y++;
|
||||
#endif
|
||||
|
||||
/* Draw the central part */
|
||||
|
|
Loading…
Reference in a new issue