summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cscrollbarvertical.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cscrollbarvertical.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cscrollbarvertical.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/NxWidgets/libnxwidgets/include/cscrollbarvertical.hxx b/NxWidgets/libnxwidgets/include/cscrollbarvertical.hxx
index 974da3378..37649e970 100644
--- a/NxWidgets/libnxwidgets/include/cscrollbarvertical.hxx
+++ b/NxWidgets/libnxwidgets/include/cscrollbarvertical.hxx
@@ -73,7 +73,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -89,11 +89,11 @@
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/
-
+
/****************************************************************************
* Implementation Classes
****************************************************************************/
-
+
#if defined(__cplusplus)
namespace NXWidgets
@@ -223,7 +223,7 @@ namespace NXWidgets
*/
void setValue(const nxgl_coord_t value);
-
+
/**
* Set the value that of the slider. This will reposition and redraw
* the grip. The supplied value should be bitshifted left 16 places.
@@ -244,7 +244,7 @@ namespace NXWidgets
void setPageSize(const nxgl_coord_t pageSize);
- /**
+ /**
* Process events fired by the grip.
*
* @param e The event details.