summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/src/crect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/src/crect.cxx')
-rw-r--r--NxWidgets/libnxwidgets/src/crect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/libnxwidgets/src/crect.cxx b/NxWidgets/libnxwidgets/src/crect.cxx
index 8e0ed2cd4..9ed2df830 100644
--- a/NxWidgets/libnxwidgets/src/crect.cxx
+++ b/NxWidgets/libnxwidgets/src/crect.cxx
@@ -70,7 +70,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -188,7 +188,7 @@ CRect fromCoordinates(nxgl_coord_t x1, nxgl_coord_t y1,
*
* @param x2 The x coordinate of the rect's bottom-right corner.
*/
-
+
void CRect::setX2(nxgl_coord_t x2)
{
// Ensure that x contains the smaller value