mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
graphics: fix nxstyle errors
Fix nxstyle errors to pass CI Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
87596d74dd
commit
f177951c39
@@ -232,8 +232,8 @@ static void nxbe_realloc(FAR struct nxbe_window_s *wnd,
|
||||
nxmu_redrawreq(wnd, &bounds);
|
||||
}
|
||||
|
||||
/* If the window became taller, then send a message requesting an update
|
||||
* of the new territory at the bottom.
|
||||
/* If the window became taller, then send a message requesting an
|
||||
* update of the new territory at the bottom.
|
||||
*/
|
||||
|
||||
if (oldheight < newheight)
|
||||
|
||||
Reference in New Issue
Block a user