Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
a0956c9e
Commit
a0956c9e
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
graphics/: Remove dangling space at the end of lines.
parent
a469f0ef
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
graphics/nxbe/nxbe_fill.c
+1
-1
1 addition, 1 deletion
graphics/nxbe/nxbe_fill.c
graphics/nxbe/nxbe_setpixel.c
+1
-1
1 addition, 1 deletion
graphics/nxbe/nxbe_setpixel.c
with
2 additions
and
2 deletions
graphics/nxbe/nxbe_fill.c
+
1
−
1
View file @
a0956c9e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
graphics/nxbe/nxbe_setpixel.c
+
1
−
1
View file @
a0956c9e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment