summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/teventargs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/teventargs.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/teventargs.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/NxWidgets/libnxwidgets/include/teventargs.hxx b/NxWidgets/libnxwidgets/include/teventargs.hxx
index c1371be92..2250eef80 100644
--- a/NxWidgets/libnxwidgets/include/teventargs.hxx
+++ b/NxWidgets/libnxwidgets/include/teventargs.hxx
@@ -73,7 +73,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -82,11 +82,11 @@
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/
-
+
/****************************************************************************
* Implementation Classes
****************************************************************************/
-
+
#if defined(__cplusplus)
namespace NXWidgets
@@ -103,7 +103,7 @@ namespace NXWidgets
T m_source; /**< The object that raised the event */
public:
-
+
/**
* Constructor.
* @param source The object that raised the event.
@@ -119,7 +119,7 @@ namespace NXWidgets
*/
virtual inline ~TEventArgs() { }
-
+
/**
* Get the source object that raised the event.
*/