summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cstringiterator.hxx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 16:26:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 16:26:44 -0600
commit638c1a6dc07b438efa220c5345e94c3a963505ca (patch)
tree85feed8dbf4f2dd7a2eec83ed88606f14a2f02a2 /NxWidgets/libnxwidgets/include/cstringiterator.hxx
parent43ec94a665e13552402ff4f102e0f65f6792cf29 (diff)
downloadnuttx-638c1a6dc07b438efa220c5345e94c3a963505ca.tar.gz
nuttx-638c1a6dc07b438efa220c5345e94c3a963505ca.tar.bz2
nuttx-638c1a6dc07b438efa220c5345e94c3a963505ca.zip
More trailing whilespace removal
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cstringiterator.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cstringiterator.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/NxWidgets/libnxwidgets/include/cstringiterator.hxx b/NxWidgets/libnxwidgets/include/cstringiterator.hxx
index 648d12633..e0f119d24 100644
--- a/NxWidgets/libnxwidgets/include/cstringiterator.hxx
+++ b/NxWidgets/libnxwidgets/include/cstringiterator.hxx
@@ -73,7 +73,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -92,7 +92,7 @@
namespace NXWidgets
{
class CNxString;
-
+
/**
* Class used to efficiently iterate over the characters in a CNxString
* object. The CNxString is a Unicode string that uses the fixed-width
@@ -162,7 +162,7 @@ namespace NXWidgets
*/
bool moveTo(int index);
-
+
/**
* Get the current position of the iterator within the string.
*