summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/src/cnxtoolbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/src/cnxtoolbar.cxx')
-rw-r--r--NxWidgets/libnxwidgets/src/cnxtoolbar.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/libnxwidgets/src/cnxtoolbar.cxx b/NxWidgets/libnxwidgets/src/cnxtoolbar.cxx
index 725a368fa..3c336f06a 100644
--- a/NxWidgets/libnxwidgets/src/cnxtoolbar.cxx
+++ b/NxWidgets/libnxwidgets/src/cnxtoolbar.cxx
@@ -184,7 +184,7 @@ bool CNxToolbar::getSize(FAR struct nxgl_size_s *pSize)
* @param pPos The new position of the toolbar.
* @return Always returns false.
*/
-
+
bool CNxToolbar::setPosition(FAR const struct nxgl_point_s *pPos)
{
return false;
@@ -198,7 +198,7 @@ bool CNxToolbar::setPosition(FAR const struct nxgl_point_s *pPos)
* @param pSize The new size of the toolbar.
* @return Always returns false.
*/
-
+
bool CNxToolbar::setSize(FAR const struct nxgl_size_s *pSize)
{
return false;