summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/src/cnxwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/src/cnxwindow.cxx')
-rw-r--r--NxWidgets/libnxwidgets/src/cnxwindow.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/NxWidgets/libnxwidgets/src/cnxwindow.cxx b/NxWidgets/libnxwidgets/src/cnxwindow.cxx
index b38667d8d..046660774 100644
--- a/NxWidgets/libnxwidgets/src/cnxwindow.cxx
+++ b/NxWidgets/libnxwidgets/src/cnxwindow.cxx
@@ -61,7 +61,7 @@ using namespace NXWidgets;
*
* @param hNxServer Handle to the NX server.
*/
-
+
CNxWindow::CNxWindow(NXHANDLE hNxServer, CWidgetControl *pWidgetControl)
: CCallback(pWidgetControl), m_hNxServer(hNxServer), m_hNxWindow(0),
m_widgetControl(pWidgetControl)
@@ -161,7 +161,7 @@ bool CNxWindow::getSize(FAR struct nxgl_size_s *pSize)
* @param pPos The new position of the window.
* @return True on success, false on any failure.
*/
-
+
bool CNxWindow::setPosition(FAR const struct nxgl_point_s *pPos)
{
// Set the window size and position
@@ -175,7 +175,7 @@ bool CNxWindow::setPosition(FAR const struct nxgl_point_s *pPos)
* @param pSize The new size of the window.
* @return True on success, false on any failure.
*/
-
+
bool CNxWindow::setSize(FAR const struct nxgl_size_s *pSize)
{
// Set the window size