From aaaf4f96b7e163637850f6a4e7d375eba3a2557a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Apr 2014 16:22:22 -0600 Subject: [PATCH] More trailing whilespace removal --- Documentation/NXGraphicsSubsystem.html | 26 ++++++++++++------------ Documentation/NXOrganization.gif | Bin 34880 -> 34879 bytes Documentation/NuttX2-a.png | Bin 1533 -> 1529 bytes Documentation/NuttXBinfmt.html | 6 +++--- Documentation/NuttXCCodingStandard.html | 6 +++--- Documentation/NuttXDemandPaging.html | 14 ++++++------- Documentation/NuttXNxFlat.html | 10 ++++----- Documentation/NuttxPortingGuide.html | 2 +- Documentation/UsbTrace.html | 2 +- Documentation/pm.png | Bin 32504 -> 32502 bytes 10 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 7aa8ab03cd..743e0368aa 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -326,7 +326,7 @@

NX is organized into 6 (and perhaps someday 7 or 8) logical modules. These logical modules also correspond to the directory organization. - That NuttX directory organization is discussed in + That NuttX directory organization is discussed in Appendix B of this document. The logic modules are discussed in the following sub-paragraphs.

@@ -622,7 +622,7 @@ void nxgl_rectunion(FAR struct nxgl_rect_s *dest,

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.

@@ -766,7 +766,7 @@ int nxgl_splitline(FAR struct nxgl_vector_s *vector, FAR struct nxgl_trapezoid_s Description: In the general case, a line with width can be represented as a parallelogram with a triangle at the top and bottom. Triangles and parallelograms are both degenerate versions of a trapezoid. - This function breaks a wide line into triangles and trapezoids. + This function breaks a wide line into triangles and trapezoids. This function also detects other degenerate cases:

    @@ -801,7 +801,7 @@ int nxgl_splitline(FAR struct nxgl_vector_s *vector, FAR struct nxgl_trapezoid_s