This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new b00f61247 nxwidget: Fix incorrect #endif position
b00f61247 is described below
commit b00f6124702d8aae17cc8b199eb86445e6e5eb93
Author: halyssonJr <[email protected]>
AuthorDate: Thu Apr 27 10:08:36 2023 -0300
nxwidget: Fix incorrect #endif position
remove space
---
graphics/nxwidgets/src/cwindoweventhandlerlist.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/nxwidgets/src/cwindoweventhandlerlist.cxx
b/graphics/nxwidgets/src/cwindoweventhandlerlist.cxx
index 80fd051b2..1286c6b40 100644
--- a/graphics/nxwidgets/src/cwindoweventhandlerlist.cxx
+++ b/graphics/nxwidgets/src/cwindoweventhandlerlist.cxx
@@ -143,8 +143,8 @@ void CWindowEventHandlerList::raiseKeyboardEvent(void)
{
m_eventHandlers.at(i)->handleKeyboardEvent();
}
-#endif
}
+#endif
/**
* Raise an NX window blocked event.