summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/src/ckeypad.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/src/ckeypad.cxx')
-rw-r--r--NxWidgets/libnxwidgets/src/ckeypad.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/NxWidgets/libnxwidgets/src/ckeypad.cxx b/NxWidgets/libnxwidgets/src/ckeypad.cxx
index 898885c62..8d9089081 100644
--- a/NxWidgets/libnxwidgets/src/ckeypad.cxx
+++ b/NxWidgets/libnxwidgets/src/ckeypad.cxx
@@ -36,7 +36,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -65,7 +65,7 @@
using namespace NXWidgets;
static FAR const char *g_alphaLabels[BUTTONARRAY_NCOLUMNS*BUTTONARRAY_NROWS] = {
- "=>", "A", "B", "<DEL",
+ "=>", "A", "B", "<DEL",
"C", "D", "E", "F",
"G", "H", "I", "J",
"K", "L", "M", "N",
@@ -75,7 +75,7 @@ static FAR const char *g_alphaLabels[BUTTONARRAY_NCOLUMNS*BUTTONARRAY_NROWS] = {
};
static FAR const char *g_numLabels[BUTTONARRAY_NCOLUMNS*BUTTONARRAY_NROWS] = {
- "=>", "0", "1", "<DEL",
+ "=>", "0", "1", "<DEL",
"2", "3", "4", "5",
"6", "7", "8", "9",
"-", "#", "*", "&",
@@ -211,4 +211,4 @@ void CKeypad::configureKeypadMode(void)
onTextChange();
}
-
+