summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/ilistbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/ilistbox.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/ilistbox.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/NxWidgets/libnxwidgets/include/ilistbox.hxx b/NxWidgets/libnxwidgets/include/ilistbox.hxx
index 0eb33bc3b..915789952 100644
--- a/NxWidgets/libnxwidgets/include/ilistbox.hxx
+++ b/NxWidgets/libnxwidgets/include/ilistbox.hxx
@@ -73,7 +73,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -86,11 +86,11 @@
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/
-
+
/****************************************************************************
* Abstract Base Classes
****************************************************************************/
-
+
#if defined(__cplusplus)
namespace NXWidgets
@@ -218,7 +218,7 @@ namespace NXWidgets
*/
virtual const CListBoxDataItem *getSelectedOption(void) const = 0;
-
+
/**
* Sets whether multiple selections are possible or not.
*