diff --git a/graphics/nxbe/nxbe_fill.c b/graphics/nxbe/nxbe_fill.c index 671a3e7ab96..e2b45fbc962 100644 --- a/graphics/nxbe/nxbe_fill.c +++ b/graphics/nxbe/nxbe_fill.c @@ -74,7 +74,7 @@ static void nxbe_clipfill(FAR struct nxbe_clipops_s *cops, struct nxbe_fill_s *fillinfo = (struct nxbe_fill_s *)cops; /* Draw the rectangle */ - + plane->fillrectangle(&plane->pinfo, rect, fillinfo->color); #ifdef CONFIG_NX_UPDATE diff --git a/graphics/nxbe/nxbe_setpixel.c b/graphics/nxbe/nxbe_setpixel.c index 0b61897381a..574a4ee3deb 100644 --- a/graphics/nxbe/nxbe_setpixel.c +++ b/graphics/nxbe/nxbe_setpixel.c @@ -74,7 +74,7 @@ static void nxbe_clipfill(FAR struct nxbe_clipops_s *cops, struct nxbe_setpixel_s *fillinfo = (struct nxbe_setpixel_s *)cops; /* Set the pixel */ - + plane->setpixel(&plane->pinfo, &rect->pt1, fillinfo->color); #ifdef CONFIG_NX_UPDATE