summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/src/cstickybuttonarray.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/src/cstickybuttonarray.cxx')
-rw-r--r--NxWidgets/libnxwidgets/src/cstickybuttonarray.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/NxWidgets/libnxwidgets/src/cstickybuttonarray.cxx b/NxWidgets/libnxwidgets/src/cstickybuttonarray.cxx
index 05c9d8928..69dbd01f6 100644
--- a/NxWidgets/libnxwidgets/src/cstickybuttonarray.cxx
+++ b/NxWidgets/libnxwidgets/src/cstickybuttonarray.cxx
@@ -36,7 +36,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -51,7 +51,7 @@
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/
-
+
/****************************************************************************
* CStickyButtonArray Method Implementations
****************************************************************************/
@@ -221,7 +221,7 @@ void CStickyButtonArray::drawContents(CGraphicsPort *port)
drawButton(port, m_stickyColumn, m_stickyRow, useClicked);
}
- // Do we draw just one button (due to click or release)?
+ // Do we draw just one button (due to click or release)?
else if (m_redrawButton)
{