Skip to content

Commit

Permalink
nxtk: Remove sapce between oprand and operator in nxtk_drawframe.c
Browse files Browse the repository at this point in the history
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
  • Loading branch information
no1wudi committed Jul 26, 2024
1 parent 4e38d75 commit 470f2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libnx/nxtk/nxtk_drawframe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 470f2b5

Please sign in to comment.