summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/itextbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/itextbox.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/itextbox.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/NxWidgets/libnxwidgets/include/itextbox.hxx b/NxWidgets/libnxwidgets/include/itextbox.hxx
index 0e2e7b824..291e5ce0e 100644
--- a/NxWidgets/libnxwidgets/include/itextbox.hxx
+++ b/NxWidgets/libnxwidgets/include/itextbox.hxx
@@ -73,7 +73,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -88,11 +88,11 @@
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/
-
+
/****************************************************************************
* Abstract Base Classes
****************************************************************************/
-
+
#if defined(__cplusplus)
namespace NXWidgets
@@ -147,7 +147,7 @@ namespace NXWidgets
*/
virtual void setText(const CNxString &text) = 0;
-
+
/**
* Append new text to the end of the current text displayed in the
* label.