mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
graphics/: Remove dangling space at the end of lines.
This commit is contained in:
parent
a469f0ef04
commit
a0956c9e5b
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ static void nxbe_clipfill(FAR struct nxbe_clipops_s *cops,
|
||||||
struct nxbe_fill_s *fillinfo = (struct nxbe_fill_s *)cops;
|
struct nxbe_fill_s *fillinfo = (struct nxbe_fill_s *)cops;
|
||||||
|
|
||||||
/* Draw the rectangle */
|
/* Draw the rectangle */
|
||||||
|
|
||||||
plane->fillrectangle(&plane->pinfo, rect, fillinfo->color);
|
plane->fillrectangle(&plane->pinfo, rect, fillinfo->color);
|
||||||
|
|
||||||
#ifdef CONFIG_NX_UPDATE
|
#ifdef CONFIG_NX_UPDATE
|
||||||
|
|
|
@ -74,7 +74,7 @@ static void nxbe_clipfill(FAR struct nxbe_clipops_s *cops,
|
||||||
struct nxbe_setpixel_s *fillinfo = (struct nxbe_setpixel_s *)cops;
|
struct nxbe_setpixel_s *fillinfo = (struct nxbe_setpixel_s *)cops;
|
||||||
|
|
||||||
/* Set the pixel */
|
/* Set the pixel */
|
||||||
|
|
||||||
plane->setpixel(&plane->pinfo, &rect->pt1, fillinfo->color);
|
plane->setpixel(&plane->pinfo, &rect->pt1, fillinfo->color);
|
||||||
|
|
||||||
#ifdef CONFIG_NX_UPDATE
|
#ifdef CONFIG_NX_UPDATE
|
||||||
|
|
Loading…
Reference in a new issue