mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
More trailing whilespace removal
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
/* Named indices into the 16 circle points generated by nxgl_circlepts */
|
||||
|
||||
#define POINT_0p0 0
|
||||
#define POINT_0p0 0
|
||||
#define POINT_22p5 1
|
||||
#define POINT_45p0 2
|
||||
#define POINT_67p5 3
|
||||
|
||||
@@ -165,7 +165,7 @@ void nxgl_circletraps(FAR const struct nxgl_point_s *center, nxgl_coord_t radius
|
||||
circle[2].top.x1 = circle[1].bot.x1;
|
||||
circle[2].top.x2 = circle[1].bot.x2;
|
||||
circle[2].top.y = circle[1].bot.y;
|
||||
|
||||
|
||||
circle[5].bot.x1 = circle[1].bot.x1;
|
||||
circle[5].bot.x2 = circle[1].bot.x2;
|
||||
circle[5].bot.y = center->y + xoffs;
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
* Name: nxgl_rectunion
|
||||
*
|
||||
* Description:
|
||||
* Given two rectanges, src1 and src2, return the larger rectangle that
|
||||
* Given two rectanges, src1 and src2, return the larger rectangle that
|
||||
* contains both, dest.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user